Searched refs:HasCmpxchg8b (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 89 bool HasCmpxchg8b = false; variable 579 bool hasCmpxchg8b() const { return HasCmpxchg8b; } in hasCmpxchg8b()
|
D | X86.td | 42 def FeatureCMPXCHG8B : SubtargetFeature<"cx8", "HasCmpxchg8b", "true",
|
D | X86InstrCompiler.td | 873 Predicates = [HasCmpxchg8b], SchedRW = [WriteCMPXCHGRMW] in { 897 Predicates = [HasCmpxchg8b], SchedRW = [WriteCMPXCHGRMW],
|
D | X86InstrInfo.td | 947 def HasCmpxchg8b : Predicate<"Subtarget->hasCmpxchg8b()">; 2154 "cmpxchg8b\t$dst", []>, TB, Requires<[HasCmpxchg8b]>;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 87 bool HasCmpxchg8b = false; variable 615 bool hasCmpxchg8b() const { return HasCmpxchg8b; } in hasCmpxchg8b()
|
D | X86.td | 42 def FeatureCMPXCHG8B : SubtargetFeature<"cx8", "HasCmpxchg8b", "true",
|
D | X86InstrInfo.td | 974 def HasCmpxchg8b : Predicate<"Subtarget->hasCmpxchg8b()">; 2220 "cmpxchg8b\t$dst", []>, TB, Requires<[HasCmpxchg8b]>;
|
D | X86InstrCompiler.td | 843 Predicates = [HasCmpxchg8b], SchedRW = [WriteCMPXCHGRMW],
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23119 if (Bits[X86::FeatureCMPXCHG8B]) HasCmpxchg8b = true;
|