Home
last modified time | relevance | path

Searched refs:AdSize64 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/utils/TableGen/
DX86DisassemblerTables.cpp78 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()
DX86RecognizableInstr.cpp135 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/
DX86BaseInfo.h347 AdSize64 = 3 << AdSizeShift, enumerator
/external/llvm/lib/Target/X86/
DX86InstrControl.td115 "jrcxz\t$dst", [], IIC_JCXZ>, AdSize64;
DX86InstrFormats.td160 def AdSize64 : AddressSize<3>; // Encodes a 64-bit address.
168 class AdSize64 { AddressSize AdSize = AdSize64; }
DX86InstrInfo.td1354 "movabs{b}\t{$src, %al|al, $src}", []>, AdSize64;
1357 "movabs{w}\t{$src, %ax|ax, $src}", []>, OpSize16, AdSize64;
1361 AdSize64;
1364 "movabs{q}\t{$src, %rax|rax, $src}", []>, AdSize64;
1370 "movabs{b}\t{%al, $dst|$dst, al}", []>, AdSize64;
1373 "movabs{w}\t{%ax, $dst|$dst, ax}", []>, OpSize16, AdSize64;
1377 AdSize64;
1380 "movabs{q}\t{%rax, $dst|$dst, rax}", []>, AdSize64;