Lines Matching defs:Rt2
5932 // mnemonic, condition code, Rt, Rt2, Qd, idx, Qd again, idx2
5937 .addRegOperands(Inst, 1); // Rt2
6946 // We have to be careful to not emit an invalid Rt2 here, because the rest of
7444 unsigned Rt2 = MRI->getEncodingValue(Reg2);
7445 // Rt2 must be Rt + 1.
7446 if (Rt + 1 != Rt2)
7583 unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(RtIndex + 1).getReg());
7596 // Rt2 must be Rt + 1.
7597 if (Rt2 != Rt + 1) {
7611 if (Rt2 == Rt)
7619 if (Rn == Rt || Rn == Rt2) {