Lines Matching defs:Rt2
5904 // mnemonic, condition code, Rt, Rt2, Qd, idx, Qd again, idx2
5909 .addRegOperands(Inst, 1); // Rt2
6917 // We have to be careful to not emit an invalid Rt2 here, because the rest of
7415 unsigned Rt2 = MRI->getEncodingValue(Reg2);
7416 // Rt2 must be Rt + 1.
7417 if (Rt + 1 != Rt2)
7554 unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(RtIndex + 1).getReg());
7567 // Rt2 must be Rt + 1.
7568 if (Rt2 != Rt + 1) {
7582 if (Rt2 == Rt)
7590 if (Rn == Rt || Rn == Rt2) {