Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.td1603 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 …]
DX86InstrCompiler.td381 [(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,
DX86InstrFormats.td180 def AdSize32 : AddressSize<2>; // Encodes a 32-bit address.
188 class AdSize32 { AddressSize AdSize = AdSize32; }
DX86InstrControl.td118 "jecxz\t$dst", []>, AdSize32;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h712 AdSize32 = 2 << AdSizeShift, enumerator
DX86MCCodeEmitter.cpp660 if ((STI.hasFeature(X86::Mode16Bit) && AdSize == X86II::AdSize32) || in emitPrefixImpl()
662 (STI.hasFeature(X86::Mode64Bit) && AdSize == X86II::AdSize32)) { in emitPrefixImpl()