Home | History | Annotate | Download | only in PowerPC

Lines Matching full:pred1

1199                      const SmallVectorImpl<MachineOperand> &Pred1,
1201 assert(Pred1.size() == 2 && "Invalid PPC first predicate");
1204 if (Pred1[1].getReg() == PPC::CTR8 || Pred1[1].getReg() == PPC::CTR)
1210 if (Pred1[1].getReg() != Pred2[1].getReg())
1213 PPC::Predicate P1 = (PPC::Predicate) Pred1[0].getImm();