Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h89 bool HasCmpxchg8b = false; variable
579 bool hasCmpxchg8b() const { return HasCmpxchg8b; } in hasCmpxchg8b()
DX86.td42 def FeatureCMPXCHG8B : SubtargetFeature<"cx8", "HasCmpxchg8b", "true",
DX86InstrCompiler.td873 Predicates = [HasCmpxchg8b], SchedRW = [WriteCMPXCHGRMW] in {
897 Predicates = [HasCmpxchg8b], SchedRW = [WriteCMPXCHGRMW],
DX86InstrInfo.td947 def HasCmpxchg8b : Predicate<"Subtarget->hasCmpxchg8b()">;
2154 "cmpxchg8b\t$dst", []>, TB, Requires<[HasCmpxchg8b]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23119 if (Bits[X86::FeatureCMPXCHG8B]) HasCmpxchg8b = true;