Searched refs:AdSize64 (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86DisassemblerTables.cpp | 89 bool AdSize64 = false) { in inheritsFrom() argument 95 return (inheritsFrom(child, IC_64BIT, AdSize64) || in inheritsFrom() 103 (!AdSize64 && inheritsFrom(child, IC_64BIT_ADSIZE)) || in inheritsFrom() 133 (!AdSize64 && inheritsFrom(child, IC_64BIT_REXW_ADSIZE))); in inheritsFrom() 136 (!AdSize64 && inheritsFrom(child, IC_64BIT_OPSIZE_ADSIZE)) || in inheritsFrom() 137 (!AdSize64 && inheritsFrom(child, IC_64BIT_REXW_ADSIZE)); in inheritsFrom() 140 (!AdSize64 && inheritsFrom(child, IC_64BIT_XD_ADSIZE))); in inheritsFrom() 143 (!AdSize64 && inheritsFrom(child, IC_64BIT_XS_ADSIZE))); in inheritsFrom()
|
H A D | X86RecognizableInstr.h | 176 enum { AdSize16 = 1, AdSize32 = 2, AdSize64 = 3 }; enumerator
|
H A D | X86RecognizableInstr.cpp | 337 } else if (Is64Bit || HasREX_W || AdSize == X86Local::AdSize64) { in insnContext() 962 case X86Local::AdSize64: in emitDecodePath()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrMisc.td | 501 AdSize64; 505 OpSize16, AdSize64; 509 OpSize32, AdSize64; 513 AdSize64; 520 AdSize64; 524 OpSize16, AdSize64; 528 OpSize32, AdSize64; 532 AdSize64; 1490 TB, XS, AdSize64, Requires<[HasWAITPKG, In64BitMode]>; 1539 T8, PD, AdSize64, Requires<[HasMOVDIR64B, NoEGPR, In64BitMode]>; [all …]
|
H A D | X86InstrCompiler.td | 393 [(X86rep_movs i8)]>, REP, AdSize64, 397 [(X86rep_movs i16)]>, REP, AdSize64, OpSize16, 401 [(X86rep_movs i32)]>, REP, AdSize64, OpSize32, 405 [(X86rep_movs i64)]>, REP, AdSize64, 437 [(X86rep_stos i8)]>, REP, AdSize64, 442 [(X86rep_stos i16)]>, REP, AdSize64, OpSize16, 447 [(X86rep_stos i32)]>, REP, AdSize64, OpSize32, 453 [(X86rep_stos i64)]>, REP, AdSize64,
|
H A D | X86InstrFormats.td | 195 def AdSize64 : AddressSize<3>; // Encodes a 64-bit address.
|
H A D | X86InstrControl.td | 105 "jrcxz\t$dst", []>, AdSize64, Requires<[In64BitMode]>;
|
H A D | X86InstrUtils.td | 23 class AdSize64 { AddressSize AdSize = AdSize64; }
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 712 AdSize64 = 3 << AdSizeShift, enumerator
|