Searched refs:DIR_32 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 40 DIR_32, enumerator
|
D | PPC.td | 35 def Directive32 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_32", "">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 39 DIR_32, enumerator
|
D | PPC.td | 34 def Directive32 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_32", "">;
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 42 DIR_32, enumerator
|
D | PPC.td | 34 def Directive32 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_32", "">;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenSubtargetInfo.inc | 8124 if (Bits[PPC::Directive32] && CPUDirective < PPC::DIR_32) CPUDirective = PPC::DIR_32;
|