Searched refs:HasMOVDIR64B (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 395 HasMOVDIR64B = true; in handleTargetFeatures() 907 if (HasMOVDIR64B) in getTargetDefines() 1224 .Case("movdir64b", HasMOVDIR64B) in hasFeature()
|
| H A D | X86.h | 139 bool HasMOVDIR64B = false; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrPredicates.td | 151 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">;
|
| H A D | X86InstrMisc.td | 1531 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 D | X86.td | 319 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",
|