Searched refs:HasCmpxchg8b (Results 1 – 5 of 5) sorted by relevance
89 bool HasCmpxchg8b = false; variable579 bool hasCmpxchg8b() const { return HasCmpxchg8b; } in hasCmpxchg8b()
42 def FeatureCMPXCHG8B : SubtargetFeature<"cx8", "HasCmpxchg8b", "true",
873 Predicates = [HasCmpxchg8b], SchedRW = [WriteCMPXCHGRMW] in {897 Predicates = [HasCmpxchg8b], SchedRW = [WriteCMPXCHGRMW],
947 def HasCmpxchg8b : Predicate<"Subtarget->hasCmpxchg8b()">;2154 "cmpxchg8b\t$dst", []>, TB, Requires<[HasCmpxchg8b]>;
23119 if (Bits[X86::FeatureCMPXCHG8B]) HasCmpxchg8b = true;