Home
last modified time | relevance | path

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

/external/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]>;
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h87 bool HasCmpxchg8b = false; variable
615 bool hasCmpxchg8b() const { return HasCmpxchg8b; } in hasCmpxchg8b()
DX86.td42 def FeatureCMPXCHG8B : SubtargetFeature<"cx8", "HasCmpxchg8b", "true",
DX86InstrInfo.td974 def HasCmpxchg8b : Predicate<"Subtarget->hasCmpxchg8b()">;
2220 "cmpxchg8b\t$dst", []>, TB, Requires<[HasCmpxchg8b]>;
DX86InstrCompiler.td843 Predicates = [HasCmpxchg8b], SchedRW = [WriteCMPXCHGRMW],
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23119 if (Bits[X86::FeatureCMPXCHG8B]) HasCmpxchg8b = true;