Searched refs:AdSize64 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/utils/TableGen/ |
D | X86DisassemblerTables.cpp | 78 bool VEX_LIG = false, bool AdSize64 = false) { in inheritsFrom() argument 84 return(inheritsFrom(child, IC_64BIT, AdSize64) || in inheritsFrom() 92 (!AdSize64 && inheritsFrom(child, IC_64BIT_ADSIZE)) || in inheritsFrom() 118 (!AdSize64 && inheritsFrom(child, IC_64BIT_REXW_ADSIZE))); in inheritsFrom() 121 (!AdSize64 && inheritsFrom(child, IC_64BIT_OPSIZE_ADSIZE)) || in inheritsFrom() 122 (!AdSize64 && inheritsFrom(child, IC_64BIT_REXW_ADSIZE)); in inheritsFrom()
|
D | X86RecognizableInstr.cpp | 135 AdSize16 = 1, AdSize32 = 2, AdSize64 = 3 enumerator 419 } else if (Is64Bit || HasREX_WPrefix || AdSize == X86Local::AdSize64) { in insnContext() 878 case X86Local::AdSize64: AddressSize = 64; break; in emitDecodePath()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 347 AdSize64 = 3 << AdSizeShift, enumerator
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 160 def AdSize64 : AddressSize<3>; // Encodes a 64-bit address. 168 class AdSize64 { AddressSize AdSize = AdSize64; }
|
D | X86InstrControl.td | 129 "jrcxz\t$dst", [], IIC_JCXZ>, AdSize64,
|
D | X86InstrInfo.td | 1415 "movabs{b}\t{$src, %al|al, $src}", []>, AdSize64; 1418 "movabs{w}\t{$src, %ax|ax, $src}", []>, OpSize16, AdSize64; 1422 AdSize64; 1425 "movabs{q}\t{$src, %rax|rax, $src}", []>, AdSize64; 1431 "movabs{b}\t{%al, $dst|$dst, al}", []>, AdSize64; 1434 "movabs{w}\t{%ax, $dst|$dst, ax}", []>, OpSize16, AdSize64; 1438 AdSize64; 1441 "movabs{q}\t{%rax, $dst|$dst, rax}", []>, AdSize64;
|