Searched refs:AdSize16 (Results 1 – 9 of 9) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/utils/TableGen/ |
| HD | X86RecognizableInstr.cpp | 373 else if (AdSize == X86Local::AdSize16 && OpPrefix == X86Local::XD) in insnContext() 375 else if (AdSize == X86Local::AdSize16 && OpPrefix == X86Local::XS) in insnContext() 377 else if (AdSize == X86Local::AdSize16 && OpPrefix == X86Local::PD) in insnContext() 379 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16) in insnContext() 383 else if (AdSize == X86Local::AdSize16) in insnContext() 956 case X86Local::AdSize16: in emitDecodePath()
|
| HD | X86RecognizableInstr.h | 176 enum { AdSize16 = 1, AdSize32 = 2, AdSize64 = 3 }; enumerator
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86InstrMisc.td | 455 "mov{b}\t{$src, %al|al, $src}", []>, AdSize16; 459 OpSize16, AdSize16; 463 AdSize16, OpSize32; 484 "mov{b}\t{%al, $dst|$dst, al}", []>, AdSize16; 488 OpSize16, AdSize16; 492 OpSize32, AdSize16; 1484 TB, XS, AdSize16, Requires<[HasWAITPKG, Not64BitMode]>; 1531 T8, PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>; 1577 T8, XD, AdSize16, Requires<[HasENQCMD, Not64BitMode]>; 1581 T8, XS, AdSize16, Requires<[HasENQCMD, Not64BitMode]>;
|
| HD | X86InstrFormats.td | 193 def AdSize16 : AddressSize<1>; // Encodes a 16-bit address.
|
| HD | X86InstrControl.td | 98 "jcxz\t$dst", []>, AdSize16, Requires<[Not64BitMode]>;
|
| HD | X86InstrUtils.td | 21 class AdSize16 { AddressSize AdSize = AdSize16; }
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86BaseInfo.h | 710 AdSize16 = 1 << AdSizeShift, enumerator
|
| HD | X86MCTargetDesc.cpp | 123 (Is32BitMode && AdSize == X86II::AdSize16) || in needsAddressSizeOverride()
|
| HD | X86MCCodeEmitter.cpp | 695 (TSFlags & X86II::AdSizeMask) == X86II::AdSize16; in emitMemModRMByte()
|