Searched refs:HasCmpxchg16b (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Subtarget.h | 120 bool HasCmpxchg16b; variable 198 bool hasCmpxchg16b() const { return HasCmpxchg16b; } in hasCmpxchg16b()
|
D | X86Subtarget.cpp | 234 HasCmpxchg16b = true; in AutoDetectSubtargetFeatures() 297 , HasCmpxchg16b(false) in X86Subtarget()
|
D | X86.td | 74 def FeatureCMPXCHG16B : SubtargetFeature<"cmpxchg16b", "HasCmpxchg16b", "true",
|
D | X86GenSubtargetInfo.inc | 167 if ((Bits & X86::FeatureCMPXCHG16B) != 0) HasCmpxchg16b = true;
|
D | X86InstrInfo.td | 486 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">; 1223 "cmpxchg16b\t$dst", []>, TB, Requires<[HasCmpxchg16b]>;
|
D | X86InstrCompiler.td | 690 Requires<[HasCmpxchg16b]>;
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 192 bool HasCmpxchg16b; variable 434 bool hasCmpxchg16b() const { return HasCmpxchg16b; } in hasCmpxchg16b()
|
D | X86Subtarget.cpp | 282 HasCmpxchg16b = false; in initializeEnvironment()
|
D | X86.td | 95 def FeatureCMPXCHG16B : SubtargetFeature<"cx16", "HasCmpxchg16b", "true",
|
D | X86InstrCompiler.td | 796 Predicates = [HasCmpxchg16b], SchedRW = [WriteALULd, WriteRMW] in { 804 Predicates = [HasCmpxchg16b], SchedRW = [WriteALULd, WriteRMW],
|
D | X86InstrInfo.td | 856 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">; 1947 TB, Requires<[HasCmpxchg16b]>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 244 bool HasCmpxchg16b = false; variable 607 bool hasCmpxchg16b() const { return HasCmpxchg16b; } in hasCmpxchg16b()
|
D | X86.td | 98 def FeatureCMPXCHG16B : SubtargetFeature<"cx16", "HasCmpxchg16b", "true",
|
D | X86InstrCompiler.td | 826 Predicates = [HasCmpxchg16b], SchedRW = [WriteALULd, WriteRMW] in { 833 Predicates = [HasCmpxchg16b], SchedRW = [WriteALULd, WriteRMW],
|
D | X86InstrInfo.td | 908 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">; 2109 TB, Requires<[HasCmpxchg16b, In64BitMode]>;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 16699 if (Bits[X86::FeatureCMPXCHG16B]) HasCmpxchg16b = true;
|