Home
last modified time | relevance | path

Searched refs:HasCmpxchg8b (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h87 bool HasCmpxchg8b = false; variable
625 bool hasCmpxchg8b() const { return HasCmpxchg8b; } in hasCmpxchg8b()
DX86.td42 def FeatureCMPXCHG8B : SubtargetFeature<"cx8", "HasCmpxchg8b", "true",
DX86InstrInfo.td983 def HasCmpxchg8b : Predicate<"Subtarget->hasCmpxchg8b()">;
2229 "cmpxchg8b\t$dst", []>, TB, Requires<[HasCmpxchg8b]>;
DX86InstrCompiler.td852 Predicates = [HasCmpxchg8b], SchedRW = [WriteCMPXCHGRMW],