Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp124 AdSize16 = 1, AdSize32 = 2, AdSize64 = 3 enumerator
440 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16) in insnContext()
444 else if (AdSize == X86Local::AdSize16) in insnContext()
865 case X86Local::AdSize16: AddressSize = 16; break; in emitDecodePath()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h343 AdSize16 = 1 << AdSizeShift, enumerator
H A DX86MCCodeEmitter.cpp1204 (is32BitMode(STI) && AdSize == X86II::AdSize16) || in EncodeInstruction()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrControl.td108 "jcxz\t$dst", [], IIC_JCXZ>, AdSize16;
H A DX86InstrFormats.td154 def AdSize16 : AddressSize<1>; // Encodes a 16-bit address.
162 class AdSize16 { AddressSize AdSize = AdSize16; }
H A DX86InstrInfo.td1276 "mov{b}\t{$src, %al|al, $src}", [], IIC_MOV_MEM>, AdSize16;
1280 OpSize16, AdSize16;
1284 AdSize16, OpSize32;
1305 "mov{b}\t{%al, $dst|$dst, al}", [], IIC_MOV_MEM>, AdSize16;
1309 OpSize16, AdSize16;
1313 OpSize32, AdSize16;