Searched refs:AdSize32 (Results 1 – 12 of 12) sorted by relevance
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 135 AdSize16 = 1, AdSize32 = 2, AdSize64 = 3 enumerator 421 else if (HasREX_WPrefix && AdSize == X86Local::AdSize32) in insnContext() 427 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize32) in insnContext() 431 else if (AdSize == X86Local::AdSize32) in insnContext() 876 case X86Local::AdSize32: AddressSize = 32; break; in emitDecodePath()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 345 AdSize32 = 2 << AdSizeShift, enumerator
|
D | X86MCCodeEmitter.cpp | 1164 if ((is16BitMode(STI) && AdSize == X86II::AdSize32) || in encodeInstruction() 1166 (is64BitMode(STI) && AdSize == X86II::AdSize32)) { in encodeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1603 AdSize32; 1607 OpSize16, AdSize32; 1611 OpSize32, AdSize32; 1615 AdSize32; 1632 "mov{b}\t{%al, $dst|$dst, al}", []>, AdSize32; 1636 OpSize16, AdSize32; 1640 OpSize32, AdSize32; 1644 AdSize32; 2765 XS, AdSize32, Requires<[HasWAITPKG]>; 2805 T8PD, AdSize32, Requires<[HasMOVDIR64B]>; [all …]
|
D | X86InstrCompiler.td | 381 [(X86rep_movs i8)]>, REP, AdSize32, 385 [(X86rep_movs i16)]>, REP, AdSize32, OpSize16, 389 [(X86rep_movs i32)]>, REP, AdSize32, OpSize32, 393 [(X86rep_movs i64)]>, REP, AdSize32, 421 [(X86rep_stos i8)]>, REP, AdSize32, 426 [(X86rep_stos i16)]>, REP, AdSize32, OpSize16, 431 [(X86rep_stos i32)]>, REP, AdSize32, OpSize32, 436 [(X86rep_stos i64)]>, REP, AdSize32,
|
D | X86InstrFormats.td | 180 def AdSize32 : AddressSize<2>; // Encodes a 32-bit address. 188 class AdSize32 { AddressSize AdSize = AdSize32; }
|
D | X86InstrControl.td | 118 "jecxz\t$dst", []>, AdSize32;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 712 AdSize32 = 2 << AdSizeShift, enumerator
|
D | X86MCCodeEmitter.cpp | 660 if ((STI.hasFeature(X86::Mode16Bit) && AdSize == X86II::AdSize32) || in emitPrefixImpl() 662 (STI.hasFeature(X86::Mode64Bit) && AdSize == X86II::AdSize32)) { in emitPrefixImpl()
|
/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 | 1424 AdSize32; 1428 OpSize16, AdSize32; 1432 OpSize32, AdSize32; 1436 AdSize32; 1453 "mov{b}\t{%al, $dst|$dst, al}", [], IIC_MOV_MEM>, AdSize32; 1457 OpSize16, AdSize32; 1461 OpSize32, AdSize32; 1465 AdSize32;
|