Home
last modified time | relevance | path

Searched refs:HasMOVDIR64B (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h217 bool HasMOVDIR64B = false; variable
598 bool hasMOVDIR64B() const { return HasMOVDIR64B; } in hasMOVDIR64B()
DX86.td389 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",
DX86InstrInfo.td896 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">;
2800 T8PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>;
2804 T8PD, AdSize32, Requires<[HasMOVDIR64B]>;
2808 T8PD, AdSize64, Requires<[HasMOVDIR64B, In64BitMode]>;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc16728 if (Bits[X86::FeatureMOVDIR64B]) HasMOVDIR64B = true;