Lines Matching refs:TMP_REG2
49 SLJIT_ASSERT(reg_map[TMP_REG2] >= 8); in generate_far_jump_code()
58 *code_ptr++ = MOV_r_i32 | reg_lmap[TMP_REG2]; in generate_far_jump_code()
72 *code_ptr++ = MOD_REG | (type >= SLJIT_FAST_CALL ? CALL_rm : JMP_rm) | reg_lmap[TMP_REG2]; in generate_far_jump_code()
242 EMIT_MOV(compiler, TMP_REG2, 0, SLJIT_MEM1(SLJIT_R0), -4096); in sljit_emit_enter()
437 PTR_FAIL_IF(emit_load_imm64(compiler, TMP_REG2, immb)); in emit_x86_instruction()
440 b |= TO_OFFS_REG(TMP_REG2); in emit_x86_instruction()
442 b |= TMP_REG2; in emit_x86_instruction()
635 EMIT_MOV(compiler, TMP_REG2, 0, src, srcw); in call_with_args()
636 *src_ptr = TMP_REG2; in call_with_args()
683 EMIT_MOV(compiler, TMP_REG2, 0, src, 0); in call_with_args()
684 *src_ptr = TMP_REG2; in call_with_args()
698 EMIT_MOV(compiler, TMP_REG2, 0, src, srcw); in call_with_args()
699 *src_ptr = TMP_REG2; in call_with_args()