Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h210 bool HasMOVDIR64B = false; variable
644 bool hasMOVDIR64B() const { return HasMOVDIR64B; } in hasMOVDIR64B()
DX86.td432 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",
DX86InstrInfo.td936 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">;
2801 T8PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>;
2805 T8PD, AdSize32, Requires<[HasMOVDIR64B]>;
2809 T8PD, AdSize64, Requires<[HasMOVDIR64B, In64BitMode]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23155 if (Bits[X86::FeatureMOVDIR64B]) HasMOVDIR64B = true;