Searched refs:HasMOVBE (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 345 HasMOVBE = true; in handleTargetFeatures() 798 if (HasMOVBE) in getTargetDefines() 1222 .Case("movbe", HasMOVBE) in hasFeature()
|
H A D | X86.h | 130 bool HasMOVBE = false; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrPredicates.td | 121 def HasMOVBE : Predicate<"Subtarget->hasMOVBE()">;
|
H A D | X86InstrMisc.td | 1105 let Predicates = [HasMOVBE, NoEGPR] in { 1111 let Predicates = [HasMOVBE, HasEGPR, In64BitMode] in { 1126 let SchedRW = [WriteALU], Predicates = [HasMOVBE, HasNDD, In64BitMode] in {
|
H A D | X86InstrCompiler.td | 2202 // When HasMOVBE is enabled it is possible to get a non-legalized 2204 let Predicates = [HasMOVBE] in {
|
H A D | X86.td | 213 def FeatureMOVBE : SubtargetFeature<"movbe", "HasMOVBE", "true",
|