Searched refs:HasMOVBE (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 379 HasMOVBE = true; in handleTargetFeatures() 845 if (HasMOVBE) in getTargetDefines() 1305 .Case("movbe", HasMOVBE) in hasFeature()
|
| H A D | X86.h | 136 bool HasMOVBE = false; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrPredicates.td | 125 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 | 2235 // When HasMOVBE is enabled it is possible to get a non-legalized 2237 let Predicates = [HasMOVBE] in {
|
| H A D | X86.td | 208 def FeatureMOVBE : SubtargetFeature<"movbe", "HasMOVBE", "true",
|