Home
last modified time | relevance | path

Searched refs:HasCX8 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp349 HasCX8 = true; in handleTargetFeatures()
1041 if (HasCX8) in getTargetDefines()
1205 .Case("cx8", HasCX8) in hasFeature()
H A DX86.h116 bool HasCX8 = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td165 def HasCX8 : Predicate<"Subtarget->hasCX8()">;
H A DX86.td42 def FeatureCX8 : SubtargetFeature<"cx8", "HasCX8", "true",
H A DX86InstrMisc.td952 "cmpxchg8b\t$dst", []>, TB, Requires<[HasCX8]>;
H A DX86InstrCompiler.td948 Predicates = [HasCX8], SchedRW = [WriteCMPXCHGRMW],