Searched refs:IsPPC4xx (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 121 bool IsPPC4xx; variable 255 bool isPPC4xx() const { return IsPPC4xx; } in isPPC4xx()
|
D | PPCSubtarget.cpp | 93 IsPPC4xx = false; in initializeEnvironment()
|
D | PPCInstrInfo.td | 785 def IsPPC4xx : Predicate<"PPCSubTarget->isPPC4xx()">; 3575 "dccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>; 3577 "iccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>; 3579 def : InstAlias<"dci 0", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>; 3580 def : InstAlias<"dccci", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>; 3581 def : InstAlias<"ici 0", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>; 3582 def : InstAlias<"iccci", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>; 3653 "tlbre $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>; 3656 "tlbwe $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>; 3660 Requires<[IsPPC4xx]>; [all …]
|
D | PPC.td | 110 def FeaturePPC4xx : SubtargetFeature<"ppc4xx", "IsPPC4xx", "true",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 124 bool IsPPC4xx; variable 272 bool isPPC4xx() const { return IsPPC4xx; } in isPPC4xx()
|
D | PPCSubtarget.cpp | 99 IsPPC4xx = false; in initializeEnvironment()
|
D | PPCInstrInfo.td | 940 def IsPPC4xx : Predicate<"PPCSubTarget->isPPC4xx()">; 4170 "dccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>; 4172 "iccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>; 4174 def : InstAlias<"dci 0", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>; 4175 def : InstAlias<"dccci", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>; 4176 def : InstAlias<"ici 0", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>; 4177 def : InstAlias<"iccci", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>; 4257 "tlbre $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>; 4260 "tlbwe $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>; 4264 Requires<[IsPPC4xx]>; [all …]
|
D | PPC.td | 130 def FeaturePPC4xx : SubtargetFeature<"ppc4xx", "IsPPC4xx", "true",
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 130 bool IsPPC4xx; variable 284 bool isPPC4xx() const { return IsPPC4xx; } in isPPC4xx()
|
D | PPCSubtarget.cpp | 110 IsPPC4xx = false; in initializeEnvironment()
|
D | PPCInstrInfo.td | 1102 def IsPPC4xx : Predicate<"Subtarget->isPPC4xx()">; 4347 "dccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>; 4349 "iccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>; 4351 def : InstAlias<"dci 0", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>; 4352 def : InstAlias<"dccci", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>; 4353 def : InstAlias<"ici 0", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>; 4354 def : InstAlias<"iccci", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>; 4439 "tlbre $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>; 4442 "tlbwe $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>; 4446 Requires<[IsPPC4xx]>; [all …]
|
D | PPC.td | 131 def FeaturePPC4xx : SubtargetFeature<"ppc4xx", "IsPPC4xx", "true",
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenSubtargetInfo.inc | 8187 if (Bits[PPC::FeaturePPC4xx]) IsPPC4xx = true;
|