Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp385 HasMOVDIR64B = true; in handleTargetFeatures()
899 if (HasMOVDIR64B) in getTargetDefines()
1224 .Case("movdir64b", HasMOVDIR64B) in hasFeature()
H A DX86.h147 bool HasMOVDIR64B = false; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td155 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">;
H A DX86InstrMisc.td1522 T8, PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>;
1526 T8, PD, AdSize32, Requires<[HasMOVDIR64B, NoEGPR]>;
1530 T8, PD, AdSize64, Requires<[HasMOVDIR64B, NoEGPR, In64BitMode]>;
1534 … EVEX, NoCD8, T_MAP4, PD, AdSize32, Requires<[HasMOVDIR64B, HasEGPR, In64BitMode]>;
1538 … EVEX, NoCD8, T_MAP4, PD, AdSize64, Requires<[HasMOVDIR64B, HasEGPR, In64BitMode]>;
H A DX86.td334 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",