Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dexample.c169 static const char *show_op(struct bb_state *state, struct operand *op) in show_op() function
808 int len = sprintf(buf, "$ %s", show_op(state, op)); in generic()
813 str = show_op(state, op); in generic()
816 output_insn(state, "lea %s,%s", show_op(state, op), reg->name); in generic()
820 str = show_op(state, op); in generic()
850 const char *str = show_op(state, op); in address()
895 output_insn(state, "%s.%d %s,%s", op, insn->size, show_op(state, src2), dst->name); in do_binop()
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp533 static void show_op(SkPathOp op, const char* pathOne, const char* pathTwo) { in show_op() function
546 show_op(shapeOp, "path", "pathB"); in ShowPath()