Lines Matching refs:SLJIT_R1
972 && reg_map[SLJIT_R1] == 2 in sljit_emit_op0()
977 && reg_map[SLJIT_R1] < 7 in sljit_emit_op0()
987 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R1, 0); in sljit_emit_op0()
988 inst = emit_x86_instruction(compiler, 1, SLJIT_R1, 0, SLJIT_R1, 0); in sljit_emit_op0()
998 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R1, 0); in sljit_emit_op0()
1027 *inst = MOD_REG | ((op >= SLJIT_DIVMOD_UW) ? reg_map[TMP_REG1] : reg_map[SLJIT_R1]); in sljit_emit_op0()
1043 *inst = MOD_REG | ((op >= SLJIT_DIVMOD_UW) ? reg_lmap[TMP_REG1] : reg_lmap[SLJIT_R1]); in sljit_emit_op0()
1048 *inst = MOD_REG | reg_map[SLJIT_R1]; in sljit_emit_op0()
1069 EMIT_MOV(compiler, SLJIT_R1, 0, TMP_REG1, 0); in sljit_emit_op0()
1072 EMIT_MOV(compiler, SLJIT_R1, 0, TMP_REG1, 0); in sljit_emit_op0()
1183 if ((dst & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_R1)) in emit_mov_byte()
1186 work_r = SLJIT_R1; in emit_mov_byte()
1191 else if ((dst & REG_MASK) == SLJIT_R1) in emit_mov_byte()
1194 work_r = SLJIT_R1; in emit_mov_byte()