Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Pred2

979                      const SmallVectorImpl<MachineOperand> &Pred2) const {
981 assert(Pred2.size() == 2 && "Invalid PPC second predicate");
985 if (Pred2[1].getReg() == PPC::CTR8 || Pred2[1].getReg() == PPC::CTR)
989 PPC::Predicate P2 = (PPC::Predicate) Pred2[0].getImm();