Lines Matching refs:Rt2
5887 unsigned Rt2 = MRI->getEncodingValue(Reg2); in ParseInstruction() local
5890 if (Rt + 1 != Rt2 || (Rt & 1)) { in ParseInstruction()
6125 const unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(1).getReg()); in validateInstruction() local
6126 if (Rt2 != Rt + 1) in validateInstruction()
6134 if (Rn == Rt || Rn == Rt2) in validateInstruction()
6147 unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(1).getReg()); in validateInstruction() local
6148 if (Rt2 == Rt) in validateInstruction()
6164 unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(1).getReg()); in validateInstruction() local
6165 if (Rt2 != Rt + 1) in validateInstruction()
6174 unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(2).getReg()); in validateInstruction() local
6175 if (Rt2 != Rt + 1) in validateInstruction()