Lines Matching refs:src2_tmp_reg
2271 …sljit_s32 src2_tmp_reg = (GET_OPCODE(op) >= SLJIT_OP2_BASE && FAST_IS_REG(src1)) ? TMP_REG1 : TMP_… in emit_op() local
2287 src2_tmp_reg = dst_r; in emit_op()
2339 FAIL_IF(load_immediate(compiler, DR(src2_tmp_reg), src2w)); in emit_op()
2340 src2_r = src2_tmp_reg; in emit_op()
2354 if (getput_arg_fast(compiler, flags | LOAD_DATA, DR(src2_tmp_reg), src2, src2w)) in emit_op()
2358 src2_r = src2_tmp_reg; in emit_op()
2375 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(src2_tmp_reg), src2, src2w, dst, dstw)); in emit_op()
3394 PTR_FAIL_IF(load_immediate(compiler, DR(src2_tmp_reg), src2w)); \
3395 src2 = src2_tmp_reg; \
3408 sljit_s32 src2_tmp_reg = FAST_IS_REG(src1) ? TMP_REG1 : TMP_REG2; in sljit_emit_cmp() local
3429 PTR_FAIL_IF(emit_op_mem2(compiler, flags, DR(src2_tmp_reg), src2, src2w, 0, 0)); in sljit_emit_cmp()
3430 src2 = src2_tmp_reg; in sljit_emit_cmp()