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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-io.s 4 rex64 in eax,dx
5 rex64 in ax,dx
7 rex64 out dx,eax
8 rex64 out dx,ax
10 rex64 insd
11 rex64 insw
13 rex64 outsd
14 rex64 outsw
x86-64-cbw.s 9 rex64 cbw
16 rex64 cwd
rex.s 5 rex64/fxsave (%rax)
7 rex64/fxsave (%r8)
9 rex64/fxsave (,%r8)
11 rex64/fxsave (%r8,%r8)
x86-64-opcode.s 401 rex64 xchg %rax,%rax # -- -- -- 48 90
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
tlsgd6a.s 6 rex64
tlsgd5a.s 7 rex64
tlsgd1.s 7 rex64
tlsgd4.s 6 rex64
tlsgdesc.s 25 rex64
41 rex64
49 rex64
65 rex64
73 rex64
89 rex64
tlsbinpic.s 46 rex64
55 rex64
63 rex64
71 rex64
79 rex64
tlspic1.s 47 rex64
55 rex64
63 rex64
71 rex64
79 rex64
88 rex64
96 rex64
105 rex64
tlspie1.s 21 rex64
  /art/disassembler/
disassembler_x86.h 38 std::string DumpAddress(uint8_t mod, uint8_t rm, uint8_t rex64, uint8_t rex_w, bool no_ops,
disassembler_x86.cc 160 std::string DisassemblerX86::DumpAddress(uint8_t mod, uint8_t rm, uint8_t rex64, uint8_t rex_w,
183 if ((rex64 & REX_X) != 0) {
191 DumpBaseReg(address, rex64, base);
199 DumpAddrReg(address, rex64, index);
232 DumpBaseReg(address, rex64, rm);
1286 uint8_t rex64 = supports_rex_ ? (rex | 0x40) : rex; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h 398 /* instruction don't need Rex64 prefix. */
400 /* instruction require Rex64 prefix. */
401 Rex64,
585 unsigned int rex64:1; member in struct:i386_opcode_modifier
  /external/llvm/test/MC/X86/
x86-64.s 1032 rex64 // CHECK: rex64 # encoding: [0x48] label
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c     [all...]

Completed in 1990 milliseconds