Lines Matching refs:TMP_REG2
37 #define TMP_REG2 (SLJIT_NUMBER_OF_REGISTERS + 3) macro
668 FAIL_IF(load_immediate(compiler, TMP_REG2, arg2)); in emit_op_imm()
669 arg2 = TMP_REG2; in emit_op_imm()
750 SLJIT_ASSERT(reg_map[TMP_REG2] <= 7 && dst != TMP_REG2); in emit_op_imm()
751 FAIL_IF(push_inst32(compiler, SMULL | RT4(dst) | RD4(TMP_REG2) | RN4(arg1) | RM4(arg2))); in emit_op_imm()
753 return push_inst32(compiler, CMP_W | RN4(TMP_REG2) | 0x70e0 | RM4(dst)); in emit_op_imm()
1424 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG2, src, srcw)) in sljit_emit_op1()
1427 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src, srcw, dst, dstw)); in sljit_emit_op1()
1428 src = TMP_REG2; in sljit_emit_op1()
1476 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG2, src2, src2w)) in sljit_emit_op2()
1484 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src2, src2w, src1, src1w)); in sljit_emit_op2()
1489 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src2, src2w, dst, dstw)); in sljit_emit_op2()
1495 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src2, src2w, dst, dstw)); in sljit_emit_op2()
1500 src2 = TMP_REG2; in sljit_emit_op2()
1575 …FAIL_IF(push_inst32(compiler, ADD_W | RD4(TMP_REG2) | RN4(arg & REG_MASK) | RM4(OFFS_REG(arg)) | (… in emit_fop_mem()
1576 arg = SLJIT_MEM | TMP_REG2; in emit_fop_mem()
1810 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(TMP_REG2, TMP_REG3))); in sljit_emit_fast_enter()
1813 return getput_arg(compiler, WORD_SIZE | STORE, TMP_REG2, dst, dstw, 0, 0); in sljit_emit_fast_enter()
1830 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src, srcw, 0, 0)); in sljit_emit_fast_return()
1831 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(TMP_REG3, TMP_REG2))); in sljit_emit_fast_return()
1993 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_op_flags()
2004 if (dst_r != TMP_REG2) in sljit_emit_op_flags()
2006 return emit_op_mem(compiler, WORD_SIZE | STORE, TMP_REG2, dst, dstw); in sljit_emit_op_flags()
2026 FAIL_IF(emit_op_mem2(compiler, WORD_SIZE, TMP_REG2, src, srcw, dst, dstw)); in sljit_emit_op_flags()
2027 src = TMP_REG2; in sljit_emit_op_flags()
2030 FAIL_IF(load_immediate(compiler, TMP_REG2, srcw)); in sljit_emit_op_flags()
2031 src = TMP_REG2; in sljit_emit_op_flags()
2045 if (dst_r == TMP_REG2) in sljit_emit_op_flags()
2046 FAIL_IF(emit_op_mem2(compiler, WORD_SIZE | STORE, TMP_REG2, dst, dstw, 0, 0)); in sljit_emit_op_flags()