Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
H A Dcompile-i386.c193 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(re in emit_divide()
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c1057 static sljit_s32 emit_move(struct sljit_compiler *compiler, in emit_move() function
1094 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_rr()
1099 FAIL_IF(emit_move(compiler, tmp1, src2, src2w)); in emit_rr()
1120 FAIL_IF(emit_move(compiler, tmp1, src1, src1w)); in emit_rr1()
1137 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in emit_rrf()
1142 FAIL_IF(emit_move(compiler, tmp1, src2, src2w)); in emit_rrf()
1169 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_ri()
1185 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in emit_rie_d()
1221 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_rx()
2607 FAIL_IF(emit_move(compile in sljit_emit_bitwise_imm()
[all...]

Completed in 7 milliseconds