Lines Matching refs:reg_map
90 else if (reg_map[b & REG_MASK] == 5) in emit_x86_instruction()
147 *buf_ptr = U8(reg_map[a] << 3); in emit_x86_instruction()
163 *buf_ptr = U8(*buf_ptr | MOD_REG | (!(flags & EX86_SSE2_OP2) ? reg_map[b] : b)); in emit_x86_instruction()
166 reg_map_b = reg_map[b & REG_MASK]; in emit_x86_instruction()
180 *buf_ptr++ = U8(reg_map_b | (reg_map[OFFS_REG(b)] << 3)); in emit_x86_instruction()
194 *buf_ptr++ = U8(reg_map_b | (reg_map[OFFS_REG(b)] << 3) | (immb << 6)); in emit_x86_instruction()
348 PUSH_REG(reg_map[TMP_REG1]); in sljit_emit_enter()
350 PUSH_REG(reg_map[SLJIT_S2]); in sljit_emit_enter()
352 PUSH_REG(reg_map[SLJIT_S1]); in sljit_emit_enter()
354 PUSH_REG(reg_map[SLJIT_S0]); in sljit_emit_enter()
584 POP_REG(reg_map[SLJIT_S0]); in emit_stack_frame_release()
586 POP_REG(reg_map[SLJIT_S1]); in emit_stack_frame_release()
588 POP_REG(reg_map[SLJIT_S2]); in emit_stack_frame_release()
589 POP_REG(reg_map[TMP_REG1]); in emit_stack_frame_release()
677 PUSH_REG(reg_map[SLJIT_R2]); in c_fast_call_with_args()
724 *inst++ = U8(XCHG_EAX_r | reg_map[SLJIT_R2]); in c_fast_call_with_args()
732 *inst++ = U8(MOD_REG | (reg_map[SLJIT_R2] << 3) | reg_map[SLJIT_R0]); in c_fast_call_with_args()
834 inst[2] = (0x04 << 3) | reg_map[SLJIT_SP]; in post_call_with_args()
1300 SLJIT_ASSERT(reg_map[SLJIT_R0] == 0 && reg_map[SLJIT_R2] == 1 && SLJIT_R0 == 1 && SLJIT_R2 == 3); in sljit_emit_icall()
1368 POP_REG(reg_map[dst]); in sljit_emit_fast_enter()
1390 PUSH_REG(reg_map[src]); in emit_fast_return()