Searched refs:rex_r (Results 1 – 2 of 2) sorted by relevance
344 bool rex_r() { return (rex_ & 0x04) != 0; } in rex_r() function in disasm::DisassemblerX64439 *regop = ((data & 0x38) >> 3) | (rex_r() ? 8 : 0); in get_modrm()2209 int reg = (opcode - 0xC8) | (rex_r() ? 8 : 0); in TwoByteOpcodeInstruction()
118 prefbit (rex_r),