Searched refs:REX_R (Results 1 – 3 of 3) sorted by relevance
177 rex |= REX_R; in emit_x86_instruction()180 rex |= REX_R; in emit_x86_instruction()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()
121 #define REX_R 0x44 macro3093 *inst++ = U8(REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 : REX_B));3109 *inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : (REX_B | REX_R));
40 #define REX_R(r) ( ( 0x7 & ( r ) ) >> 2 ) macro530 uint8_t reg = (REX_R(u->_rex) << 3) | MODRM_REG(modrm(u)); in decode_modrm_reg()
Completed in 16 milliseconds