Searched refs:AdSize16 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 135 AdSize16 = 1, AdSize32 = 2, AdSize64 = 3 enumerator 451 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16) in insnContext() 455 else if (AdSize == X86Local::AdSize16) in insnContext() 876 case X86Local::AdSize16: AddressSize = 16; break; in emitDecodePath()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 345 AdSize16 = 1 << AdSizeShift, enumerator
|
D | X86MCCodeEmitter.cpp | 1202 (is32BitMode(STI) && AdSize == X86II::AdSize16) || in EncodeInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 108 "jcxz\t$dst", [], IIC_JCXZ>, AdSize16;
|
D | X86InstrFormats.td | 158 def AdSize16 : AddressSize<1>; // Encodes a 16-bit address. 166 class AdSize16 { AddressSize AdSize = AdSize16; }
|
D | X86InstrInfo.td | 1308 "mov{b}\t{$src, %al|al, $src}", [], IIC_MOV_MEM>, AdSize16; 1312 OpSize16, AdSize16; 1316 AdSize16, OpSize32; 1337 "mov{b}\t{%al, $dst|$dst, al}", [], IIC_MOV_MEM>, AdSize16; 1341 OpSize16, AdSize16; 1345 OpSize32, AdSize16;
|