Lines Matching refs:Rt2
5903 unsigned Rt2 = MRI->getEncodingValue(Reg2); in ParseInstruction() local
5906 if (Rt + 1 != Rt2 || (Rt & 1)) { in ParseInstruction()
6100 const unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(1).getReg()); in validateInstruction() local
6101 if (Rt2 != Rt + 1) in validateInstruction()
6109 if (Rn == Rt || Rn == Rt2) in validateInstruction()
6122 unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(1).getReg()); in validateInstruction() local
6123 if (Rt2 == Rt) in validateInstruction()
6139 unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(1).getReg()); in validateInstruction() local
6140 if (Rt2 != Rt + 1) in validateInstruction()
6149 unsigned Rt2 = MRI->getEncodingValue(Inst.getOperand(2).getReg()); in validateInstruction() local
6150 if (Rt2 != Rt + 1) in validateInstruction()