Searched refs:emit_move (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | compile-i386.c | 193 static void emit_move(struct storage *src, struct storage *dest, 378 emit_move(value, reg, value->ctype, "reload register"); in get_reg_value() 1101 emit_move(src, reg, ctype, "begin copy .."); in emit_copy() 1109 emit_move(reg, dest, ctype, ".... end copy"); in emit_copy() 1154 static void emit_move(struct storage *src, struct storage *dest, in emit_move() function 1265 emit_move(val, reg1, NULL, NULL); in emit_compare() 1279 emit_move(reg1, new, NULL, "end EXPR_COMPARE"); in emit_compare() 1318 emit_move(val, REG_EDX, NULL, NULL); in emit_divide() 1323 emit_move(left, REG_EAX, NULL, NULL); in emit_divide() 1334 emit_move(reg, new, NULL, NULL); in emit_divide() [all …]
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeS390X.c | 1026 static sljit_s32 emit_move(struct sljit_compiler *compiler, in emit_move() function 1063 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_rr() 1068 FAIL_IF(emit_move(compiler, tmp1, src2, src2w)); in emit_rr() 1089 FAIL_IF(emit_move(compiler, tmp1, src1, src1w)); in emit_rr1() 1106 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in emit_rrf() 1111 FAIL_IF(emit_move(compiler, tmp1, src2, src2w)); in emit_rrf() 1138 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_ri() 1154 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in emit_rie_d() 1190 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_rx() 2471 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in sljit_emit_bitwise_imm() [all …]
|