Searched refs:AdSize32 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 135 AdSize16 = 1, AdSize32 = 2, AdSize64 = 3 enumerator 422 else if (HasREX_WPrefix && AdSize == X86Local::AdSize32) in insnContext() 428 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize32) in insnContext() 432 else if (AdSize == X86Local::AdSize32) in insnContext() 877 case X86Local::AdSize32: AddressSize = 32; break; in emitDecodePath()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 346 AdSize32 = 2 << AdSizeShift, enumerator
|
D | X86MCCodeEmitter.cpp | 1208 if ((is16BitMode(STI) && AdSize == X86II::AdSize32) || in encodeInstruction() 1210 (is64BitMode(STI) && AdSize == X86II::AdSize32)) { in encodeInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 159 def AdSize32 : AddressSize<2>; // Encodes a 32-bit address. 167 class AdSize32 { AddressSize AdSize = AdSize32; }
|
D | X86InstrControl.td | 125 "jecxz\t$dst", [], IIC_JCXZ>, AdSize32;
|
D | X86InstrInfo.td | 1353 AdSize32; 1357 OpSize16, AdSize32; 1361 OpSize32, AdSize32; 1365 AdSize32; 1382 "mov{b}\t{%al, $dst|$dst, al}", [], IIC_MOV_MEM>, AdSize32; 1386 OpSize16, AdSize32; 1390 OpSize32, AdSize32; 1394 AdSize32;
|