Lines Matching refs:SLJIT_R1
970 && reg_map[SLJIT_R1] == 2 in sljit_emit_op0()
975 && reg_map[SLJIT_R1] < 7 in sljit_emit_op0()
985 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R1, 0); in sljit_emit_op0()
986 inst = emit_x86_instruction(compiler, 1, SLJIT_R1, 0, SLJIT_R1, 0); in sljit_emit_op0()
996 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R1, 0); in sljit_emit_op0()
1025 *inst = MOD_REG | ((op >= SLJIT_DIVMOD_UW) ? reg_map[TMP_REG1] : reg_map[SLJIT_R1]); in sljit_emit_op0()
1041 *inst = MOD_REG | ((op >= SLJIT_DIVMOD_UW) ? reg_lmap[TMP_REG1] : reg_lmap[SLJIT_R1]); in sljit_emit_op0()
1046 *inst = MOD_REG | reg_map[SLJIT_R1]; in sljit_emit_op0()
1067 EMIT_MOV(compiler, SLJIT_R1, 0, TMP_REG1, 0); in sljit_emit_op0()
1070 EMIT_MOV(compiler, SLJIT_R1, 0, TMP_REG1, 0); in sljit_emit_op0()
1181 if ((dst & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_R1)) in emit_mov_byte()
1184 work_r = SLJIT_R1; in emit_mov_byte()
1189 else if ((dst & REG_MASK) == SLJIT_R1) in emit_mov_byte()
1192 work_r = SLJIT_R1; in emit_mov_byte()