Home
last modified time | relevance | path

Searched refs:IsISA3_0 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h134 bool IsISA3_0; variable
277 bool isISA3_0() const { return IsISA3_0; } in isISA3_0()
DPPCSubtarget.cpp107 IsISA3_0 = false; in initializeEnvironment()
DPPCInstr64Bit.td251 Requires<[IsISA3_0]>;
261 Requires<[IsISA3_0]>;
583 Requires<[IsISA3_0]>;
586 IIC_IntCompare, []>, Requires<[IsISA3_0]>;
605 Requires<[IsISA3_0]>;
644 [(set i64:$rA, (cttz i64:$rS))]>, Requires<[IsISA3_0]>;
937 Requires<[IsISA3_0]>;
1280 let Predicates = [IsISA3_0] in {
1299 } // IsISA3_0
DPPC.td162 def FeatureISA3_0 : SubtargetFeature<"isa-v30-instructions", "IsISA3_0",
DPPCInstrInfo.td795 def IsISA3_0 : Predicate<"PPCSubTarget->isISA3_0()">;
1602 Requires<[IsISA3_0]>;
1621 Requires<[IsISA3_0]>;
2015 Requires<[IsISA3_0]>;
2071 [(set i32:$rA, (cttz i32:$rS))]>, Requires<[IsISA3_0]>;
2406 "mcrxrx $BF", IIC_BrMCRX>, Requires<[IsISA3_0]>;
4218 let Predicates = [IsISA3_0] in {
4246 } // IsISA3_0
DPPCInstrVSX.td1262 let Predicates = [IsISA3_0, HasDirectMove] in {
1275 } // IsISA3_0, HasDirectMove