Searched refs:HasCmpxchg8b (Results 1 – 4 of 4) sorted by relevance
87 bool HasCmpxchg8b = false; variable625 bool hasCmpxchg8b() const { return HasCmpxchg8b; } in hasCmpxchg8b()
42 def FeatureCMPXCHG8B : SubtargetFeature<"cx8", "HasCmpxchg8b", "true",
983 def HasCmpxchg8b : Predicate<"Subtarget->hasCmpxchg8b()">;2229 "cmpxchg8b\t$dst", []>, TB, Requires<[HasCmpxchg8b]>;
852 Predicates = [HasCmpxchg8b], SchedRW = [WriteCMPXCHGRMW],