Searched refs:HasCmpxchg16b (Results 1 – 14 of 14) sorted by relevance
/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-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 240 bool HasCmpxchg16b = false; variable 654 bool hasCmpxchg16b() const { return HasCmpxchg16b && is64Bit(); } in hasCmpxchg16b()
|
D | X86.td | 97 def FeatureCMPXCHG16B : SubtargetFeature<"cx16", "HasCmpxchg16b", "true",
|
D | X86InstrCompiler.td | 910 Predicates = [HasCmpxchg16b,In64BitMode], SchedRW = [WriteCMPXCHGRMW] in { 917 Predicates = [HasCmpxchg16b,In64BitMode], SchedRW = [WriteCMPXCHGRMW],
|
D | X86InstrInfo.td | 948 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">; 2160 TB, Requires<[HasCmpxchg16b,In64BitMode]>;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 238 bool HasCmpxchg16b = false; variable 695 bool hasCmpxchg16b() const { return HasCmpxchg16b && is64Bit(); } in hasCmpxchg16b()
|
D | X86InstrCompiler.td | 851 Predicates = [HasCmpxchg16b,In64BitMode], SchedRW = [WriteCMPXCHGRMW], 878 Predicates = [HasCmpxchg16b,In64BitMode], SchedRW = [WriteCMPXCHGRMW], 890 Predicates = [HasCmpxchg16b,In64BitMode], SchedRW = [WriteCMPXCHGRMW],
|
D | X86.td | 100 def FeatureCMPXCHG16B : SubtargetFeature<"cx16", "HasCmpxchg16b", "true",
|
D | X86InstrInfo.td | 975 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">; 2226 TB, Requires<[HasCmpxchg16b,In64BitMode]>;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23120 if (Bits[X86::FeatureCMPXCHG16B]) HasCmpxchg16b = true;
|