Lines Matching refs:REX_B
40 inst[0] = REX_W | ((reg_map[reg] <= 7) ? 0 : REX_B); in emit_load_imm64()
129 rex |= REX_B; in emit_x86_instruction()
142 rex |= REX_B; in emit_x86_instruction()
144 rex |= REX_B; in emit_x86_instruction()
377 code_ptr[0] = short_addr ? REX_B : (REX_W | REX_B); in detect_far_jump_type()
391 code_ptr[0] = REX_B; in detect_far_jump_type()
493 *inst++ = REX_B; in sljit_emit_enter()
503 *inst++ = REX_B; in sljit_emit_enter()
711 *inst++ = REX_B; in emit_stack_frame_release()
722 *inst++ = REX_B; in emit_stack_frame_release()
945 *inst++ = REX_B; in emit_fast_enter()
975 *inst++ = REX_B; in emit_fast_return()
1112 …inst[0] = U8(REX_W | ((reg_map[reg] >= 8) ? REX_R : 0) | ((reg_map[mem & REG_MASK] >= 8) ? REX_B :… in sljit_emit_mem()
1142 …return emit_do_imm32(compiler, reg_map[dst] <= 7 ? 0 : REX_B, U8(MOV_r_i32 | reg_lmap[dst]), srcw); in emit_mov_int()
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()
1274 rex = freg_map[freg] >= 8 ? (REX_R | REX_B) : 0; in sljit_emit_fset()
1279 rex |= REX_B; in sljit_emit_fset()
1363 rex |= REX_B; in sljit_emit_fcopy()