Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c194 static void emit_move(struct storage *src, struct storage *dest,
379 emit_move(value, reg, value->ctype, "reload register"); in get_reg_value()
1102 emit_move(src, reg, ctype, "begin copy .."); in emit_copy()
1110 emit_move(reg, dest, ctype, ".... end copy"); in emit_copy()
1155 static void emit_move(struct storage *src, struct storage *dest, in emit_move() function
1266 emit_move(val, reg1, NULL, NULL); in emit_compare()
1280 emit_move(reg1, new, NULL, "end EXPR_COMPARE"); in emit_compare()
1319 emit_move(val, REG_EDX, NULL, NULL); in emit_divide()
1324 emit_move(left, REG_EAX, NULL, NULL); in emit_divide()
1335 emit_move(reg, new, NULL, NULL); in emit_divide()
[all …]