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