Home
last modified time | relevance | path

Searched refs:show_op (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dexample.c168 static const char *show_op(struct bb_state *state, struct operand *op) in show_op() function
807 int len = sprintf(buf, "$ %s", show_op(state, op)); in generic()
812 str = show_op(state, op); in generic()
815 output_insn(state, "lea %s,%s", show_op(state, op), reg->name); in generic()
819 str = show_op(state, op); in generic()
849 const char *str = show_op(state, op); in address()
894 output_insn(state, "%s.%d %s,%s", op, insn->size, show_op(state, src2), dst->name); in do_binop()