Home | History | Annotate | Download | only in sljit

Lines Matching defs:TMP_REG2

38 #define TMP_REG2	(SLJIT_NUMBER_OF_REGISTERS + 3)
520 arg2 must be register, TMP_REG2, imm */
647 FAIL_IF(load_immediate(compiler, TMP_REG2, arg2));
648 arg2 = TMP_REG2;
1372 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src, srcw))
1375 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src, srcw, dst, dstw));
1376 src = TMP_REG2;
1434 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src2, src2w))
1442 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, src1, src1w));
1447 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, dst, dstw));
1453 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, dst, dstw));
1458 src2 = TMP_REG2;
1977 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(TMP_REG2) | RN(TMP_ZERO) | RM(TMP_ZERO)));
1978 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_r, src, TMP_REG2);