Lines Matching defs:pdn
13786 LogicPRegister pdn = ReadPRegister(instr->GetPd());
13789 pfirst(pdn, pg, pdn);
13790 // TODO: Is this broken when pg == pdn?
13791 PredTest(kFormatVnB, pg, pdn);
13807 LogicPRegister pdn = ReadPRegister(instr->GetPd());
13810 ptrue(vform, pdn, instr->GetImmSVEPredicateConstraint());
13811 if (instr->ExtractBit(16)) PredTest(vform, pdn, pdn);
13820 LogicPRegister pdn = ReadPRegister(instr->GetPd());
13823 pnext(vform, pdn, pg, pdn);
13824 // TODO: Is this broken when pg == pdn?
13825 PredTest(vform, pg, pdn);