Home
last modified time | relevance | path

Searched refs:AdSize16 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp328 else if (AdSize == X86Local::AdSize16 && OpPrefix == X86Local::XD) in insnContext()
330 else if (AdSize == X86Local::AdSize16 && OpPrefix == X86Local::XS) in insnContext()
332 else if (AdSize == X86Local::AdSize16 && OpPrefix == X86Local::PD) in insnContext()
334 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16) in insnContext()
338 else if (AdSize == X86Local::AdSize16) in insnContext()
824 case X86Local::AdSize16: AddressSize = 16; break; in emitDecodePath()
H A DX86RecognizableInstr.h149 AdSize16 = 1, AdSize32 = 2, AdSize64 = 3 enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h768 AdSize16 = 1 << AdSizeShift, enumerator
H A DX86MCCodeEmitter.cpp677 (STI.hasFeature(X86::Mode32Bit) && AdSize == X86II::AdSize16) || in emitPrefixImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFormats.td186 def AdSize16 : AddressSize<1>; // Encodes a 16-bit address.
194 class AdSize16 { AddressSize AdSize = AdSize16; }
H A DX86InstrInfo.td1695 "mov{b}\t{$src, %al|al, $src}", []>, AdSize16;
1699 OpSize16, AdSize16;
1703 AdSize16, OpSize32;
1724 "mov{b}\t{%al, $dst|$dst, al}", []>, AdSize16;
1728 OpSize16, AdSize16;
1732 OpSize32, AdSize16;
2836 XS, AdSize16, Requires<[HasWAITPKG, Not64BitMode]>;
2875 T8PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>;
2893 T8XD, AdSize16, Requires<[HasENQCMD, Not64BitMode]>;
2906 T8XS, AdSize16, Requires<[HasENQCMD, Not64BitMode]>;
H A DX86InstrControl.td115 "jcxz\t$dst", []>, AdSize16, Requires<[Not64BitMode]>;