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.cpp431 HasMOVDIR64B = true; in handleTargetFeatures()
958 if (HasMOVDIR64B) in getTargetDefines()
1308 .Case("movdir64b", HasMOVDIR64B) in hasFeature()
H A DX86.h146 bool HasMOVDIR64B = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td155 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">;
H A DX86InstrMisc.td1529 T8, PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>;
1533 T8, PD, AdSize32, Requires<[HasMOVDIR64B, NoEGPR]>;
1537 T8, PD, AdSize64, Requires<[HasMOVDIR64B, NoEGPR, In64BitMode]>;
1541 … EVEX, NoCD8, T_MAP4, PD, AdSize32, Requires<[HasMOVDIR64B, HasEGPR, In64BitMode]>;
1545 … EVEX, NoCD8, T_MAP4, PD, AdSize64, Requires<[HasMOVDIR64B, HasEGPR, In64BitMode]>;
H A DX86.td330 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",