HomeSort by relevance Sort by last modified time
    Searched defs:rex64 (Results 1 - 4 of 4) sorted by null

  /art/disassembler/
disassembler_x86.cc 161 std::string DisassemblerX86::DumpAddress(uint8_t mod, uint8_t rm, uint8_t rex64, uint8_t rex_w,
184 if ((rex64 & REX_X) != 0) {
192 DumpBaseReg(address, rex64, base);
200 DumpAddrReg(address, rex64, index);
233 DumpBaseReg(address, rex64, rm);
1470 uint8_t rex64 = supports_rex_ ? (rex | 0x40) : rex; local
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 1119 rex64 // CHECK: rex64 # encoding: [0x48] label
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-64.s 966 rex64 // CHECK: rex64 # encoding: [0x48] label
  /toolchain/binutils/binutils-2.27/opcodes/
i386-opc.h 428 /* instruction don't need Rex64 prefix. */
430 /* instruction require Rex64 prefix. */
431 Rex64,
619 unsigned int rex64:1; member in struct:i386_opcode_modifier

Completed in 197 milliseconds