Lines Matching refs:TMP_REG1

533 				tmp = TMP_REG1;  in sljit_emit_enter()
551 tmp = TMP_REG1; in sljit_emit_enter()
582 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_MEM1(SLJIT_SP), -4096); in sljit_emit_enter()
584 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_MEM1(SLJIT_SP), -4096 * 2); in sljit_emit_enter()
586 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_MEM1(SLJIT_SP), -4096 * 3); in sljit_emit_enter()
589 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_IMM, local_size >> 12); in sljit_emit_enter()
593 BINARY_IMM32(SUB, 1, TMP_REG1, 0); in sljit_emit_enter()
605 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_MEM1(SLJIT_SP), -local_size); in sljit_emit_enter()
776 SLJIT_ASSERT(reg_map[SLJIT_R1] == 6 && reg_map[SLJIT_R3] == 1 && reg_map[TMP_REG1] == 2); in call_with_args()
793 *src_ptr = TMP_REG1; in call_with_args()
794 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R2, 0); in call_with_args()
810 static sljit_u8 word_arg_regs[5] = { 0, SLJIT_R3, SLJIT_R1, SLJIT_R2, TMP_REG1 }; in call_with_args()
812 …_map[SLJIT_R3] == 1 && reg_map[SLJIT_R1] == 2 && reg_map[SLJIT_R2] == 8 && reg_map[TMP_REG1] == 9); in call_with_args()
1069 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_IMM, memw); in sljit_emit_mem()
1071 mem = SLJIT_MEM1(TMP_REG1); in sljit_emit_mem()
1074 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_IMM, memw); in sljit_emit_mem()
1076 mem = SLJIT_MEM2(mem & REG_MASK, TMP_REG1); in sljit_emit_mem()
1088 EMIT_MOV(compiler, TMP_REG1, 0, OFFS_REG(mem), 0); in sljit_emit_mem()
1093 mem = (mem & ~OFFS_REG_MASK) | TO_OFFS_REG(TMP_REG1); in sljit_emit_mem()
1157 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_int()
1197 EMIT_MOV(compiler, TMP_REG1, 0, src, srcw); in sljit_emit_fop1_conv_f64_from_uw()
1200 …FAIL_IF(emit_do_imm32(compiler, reg_map[TMP_REG1] <= 7 ? 0 : REX_B, U8(MOV_r_i32 | reg_lmap[TMP_RE… in sljit_emit_fop1_conv_f64_from_uw()
1202 …(emit_groupf(compiler, CVTSI2SD_x_rm | EX86_SELECT_F2_F3(op) | EX86_SSE2_OP1, dst_r, TMP_REG1, 0)); in sljit_emit_fop1_conv_f64_from_uw()
1212 EMIT_MOV(compiler, TMP_REG1, 0, src, srcw); in sljit_emit_fop1_conv_f64_from_uw()
1213 src = TMP_REG1; in sljit_emit_fop1_conv_f64_from_uw()
1239 if (src != TMP_REG1) in sljit_emit_fop1_conv_f64_from_uw()
1240 EMIT_MOV(compiler, TMP_REG1, 0, src, 0); in sljit_emit_fop1_conv_f64_from_uw()
1244 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_IMM, 1, TMP_REG1, 0); in sljit_emit_fop1_conv_f64_from_uw()
1252 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, TMP_REG2, 0); in sljit_emit_fop1_conv_f64_from_uw()
1256 …(emit_groupf(compiler, CVTSI2SD_x_rm | EX86_SELECT_F2_F3(op) | EX86_SSE2_OP1, dst_r, TMP_REG1, 0)); in sljit_emit_fop1_conv_f64_from_uw()
1278 if (reg_map[TMP_REG1] >= 8) in sljit_emit_fset()
1298 inst[2] = U8(reg_lmap[TMP_REG1] | (freg_lmap[freg] << 3) | MOD_REG); in sljit_emit_fset()
1319 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_IMM, u.imm); in sljit_emit_fset32()
1340 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_IMM, u.imm); in sljit_emit_fset64()