Lines Matching refs:REX_B
40 *inst++ = REX_W | ((reg_map[reg] <= 7) ? 0 : REX_B); in emit_load_imm64()
132 rex |= REX_B; in emit_x86_instruction()
146 rex |= REX_B; in emit_x86_instruction()
149 rex |= REX_B; in emit_x86_instruction()
303 *code_ptr++ = short_addr ? REX_B : (REX_W | REX_B); in generate_far_jump_code()
316 *code_ptr++ = REX_B; in generate_far_jump_code()
410 *inst++ = REX_B; in sljit_emit_enter()
420 *inst++ = REX_B; in sljit_emit_enter()
636 *inst++ = REX_B; in emit_stack_frame_release()
647 *inst++ = REX_B; in emit_stack_frame_release()
886 *inst++ = REX_B; in sljit_emit_fast_enter()
916 *inst++ = REX_B; in emit_fast_return()
1003 …inst[0] = U8(REX_W | ((reg_map[reg] >= 8) ? REX_R : 0) | ((reg_map[mem & REG_MASK] >= 8) ? REX_B :… in sljit_emit_mem()