Home
last modified time | relevance | path

Searched refs:IsPPC4xx (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h121 bool IsPPC4xx; variable
255 bool isPPC4xx() const { return IsPPC4xx; } in isPPC4xx()
DPPCSubtarget.cpp93 IsPPC4xx = false; in initializeEnvironment()
DPPCInstrInfo.td785 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 …]
DPPC.td110 def FeaturePPC4xx : SubtargetFeature<"ppc4xx", "IsPPC4xx", "true",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h124 bool IsPPC4xx; variable
272 bool isPPC4xx() const { return IsPPC4xx; } in isPPC4xx()
DPPCSubtarget.cpp99 IsPPC4xx = false; in initializeEnvironment()
DPPCInstrInfo.td940 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 …]
DPPC.td130 def FeaturePPC4xx : SubtargetFeature<"ppc4xx", "IsPPC4xx", "true",
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCSubtarget.h130 bool IsPPC4xx; variable
284 bool isPPC4xx() const { return IsPPC4xx; } in isPPC4xx()
DPPCSubtarget.cpp110 IsPPC4xx = false; in initializeEnvironment()
DPPCInstrInfo.td1102 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 …]
DPPC.td131 def FeaturePPC4xx : SubtargetFeature<"ppc4xx", "IsPPC4xx", "true",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenSubtargetInfo.inc8187 if (Bits[PPC::FeaturePPC4xx]) IsPPC4xx = true;