Searched refs:REX_B (Results 1 – 2 of 2) sorted by relevance
55 *code_ptr++ = short_addr ? REX_B : (REX_W | REX_B); in generate_far_jump_code()68 *code_ptr++ = REX_B; in generate_far_jump_code()106 *inst++ = REX_B; in sljit_emit_enter()116 *inst++ = REX_B; in sljit_emit_enter()297 *inst++ = REX_B; in sljit_emit_return()308 *inst++ = REX_B; in sljit_emit_return()397 rex |= REX_B; in emit_x86_instruction()418 rex |= REX_B; in emit_x86_instruction()421 rex |= REX_B; in emit_x86_instruction()734 *inst++ = REX_B; in sljit_emit_fast_enter()[all …]
128 #define REX_B 0x41 macro702 … return emit_do_imm32(compiler, (reg_map[dst] >= 8) ? REX_B : 0, MOV_r_i32 + reg_lmap[dst], srcw); in emit_mov()839 *inst++ = REX_W | ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0); in sljit_emit_op0()841 *inst++ = REX_B; in sljit_emit_op0()2574 *inst++ = (reg_map[TMP_REG1] <= 7) ? REX : REX_B;2578 *inst++ = REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 : REX_B);2590 *inst++ = (reg_map[reg] <= 7) ? REX : REX_B;2594 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : (REX_B | REX_R));
Completed in 13 milliseconds