Searched refs:REX_W (Results 1 – 3 of 3) sorted by relevance
40 *inst++ = REX_W | ((reg_map[reg] <= 7) ? 0 : REX_B); in emit_load_imm64()92 rex |= REX_W; in emit_x86_instruction()293 *code_ptr++ = short_addr ? REX_B : (REX_W | REX_B); in generate_far_jump_code()325 SLJIT_ASSERT((code_ptr[0] & 0xf8) == REX_W); in generate_put_label_code()344 SLJIT_ASSERT((code_ptr[0] & 0xf8) == REX_W); in generate_put_label_code()348 SLJIT_ASSERT((code_ptr[0] & 0xf8) == REX_W); in generate_put_label_code()609 *inst++ = REX_W; in emit_stack_frame_release()618 *inst++ = REX_W; in emit_stack_frame_release()
127 #define REX_W 0x48 macro714 FAIL_IF(emit_do_imm32(compiler, (!compiler->mode32) ? REX_W : 0, (op_eax_imm), immw))783 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : REX_B); in emit_rdssp()807 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : REX_B); in emit_incssp()1033 *inst++ = REX_W; in sljit_emit_op0()1056 *inst++ = REX_W | ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0); in sljit_emit_op0()1063 *inst++ = REX_W; in sljit_emit_op0()2802 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : (REX_B | REX_R));
39 #define REX_W(r) ( ( 0xF & ( r ) ) >> 3 ) macro1005 if (REX_W(u->_rex)) { in resolve_mode()1169 idx = eff_opr_mode(u->dis_mode, REX_W(u->pfx_rex), u->pfx_opr) / 32; in decode_ext()
Completed in 23 milliseconds