Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp395 HasMOVDIR64B = true; in handleTargetFeatures()
907 if (HasMOVDIR64B) in getTargetDefines()
1224 .Case("movdir64b", HasMOVDIR64B) in hasFeature()
H A DX86.h139 bool HasMOVDIR64B = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td151 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">;
H A DX86InstrMisc.td1531 T8, PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>;
1535 T8, PD, AdSize32, Requires<[HasMOVDIR64B, NoEGPR]>;
1539 T8, PD, AdSize64, Requires<[HasMOVDIR64B, NoEGPR, In64BitMode]>;
1543 … EVEX, NoCD8, T_MAP4, PD, AdSize32, Requires<[HasMOVDIR64B, HasEGPR, In64BitMode]>;
1547 … EVEX, NoCD8, T_MAP4, PD, AdSize64, Requires<[HasMOVDIR64B, HasEGPR, In64BitMode]>;
H A DX86.td319 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",