Searched refs:REX_R (Results 1 – 3 of 3) sorted by relevance
192 inst[0] = REX_W | REX_R; in sljit_emit_enter()198 inst[0] = REX_W | REX_R; in sljit_emit_enter()504 rex |= REX_R; in emit_x86_instruction()507 rex |= REX_R; in emit_x86_instruction()
126 #define REX_R 0x44 macro2808 *inst++ = REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 : REX_B);2824 *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 26 milliseconds