Lines Matching defs:Rt
5904 // mnemonic, condition code, Rt, Rt2, Qd, idx, Qd again, idx2
5907 ((ARMOperand &)*Operands[MnemonicOpsEndInd]).addRegOperands(Inst, 1); // Rt
7413 unsigned Rt = MRI->getEncodingValue(Reg1);
7416 // Rt2 must be Rt + 1.
7417 if (Rt + 1 != Rt2)
7422 // Rt must be even
7423 if (Rt & 1)
7553 unsigned Rt = MRI->getEncodingValue(Inst.getOperand(RtIndex).getReg());
7557 // Rt can't be R14.
7558 if (Rt == 14)
7560 "Rt can't be R14");
7562 // Rt must be even-numbered.
7563 if ((Rt & 1) == 1)
7565 "Rt must be even-numbered");
7567 // Rt2 must be Rt + 1.
7568 if (Rt2 != Rt + 1) {
7582 if (Rt2 == Rt)
7590 if (Rn == Rt || Rn == Rt2) {
7819 // Rt must be different from Rn.
7820 const unsigned Rt = MRI->getEncodingValue(Inst.getOperand(1).getReg());
7823 if (Rt == Rn)
7832 // Rt must be different from Rn.
7833 const unsigned Rt = MRI->getEncodingValue(Inst.getOperand(0).getReg());
7836 if (Rt == Rn)
7980 // Rt must be different from Rn.
7981 const unsigned Rt = MRI->getEncodingValue(Inst.getOperand(0).getReg());
7984 if (Rt == Rn)
8925 // Alias for alternate form of 'ldr{,b}t Rt, [Rn], #imm' instruction.
8943 // Alias for 'ldr{sb,h,sh}t Rt, [Rn] {, #imm}' for ommitted immediate.
8963 // Alias for alternate form of 'str{,b}t Rt, [Rn], #imm' instruction.
9024 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9039 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9050 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9063 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9075 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9089 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9100 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9113 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9125 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9139 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9150 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9163 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9175 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9188 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9279 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9293 TmpInst.addOperand(Inst.getOperand(0)); // Rt
10566 TmpInst.addOperand(Inst.getOperand(4)); // Rt
10583 TmpInst.addOperand(Inst.getOperand(4)); // Rt
10598 TmpInst.addOperand(Inst.getOperand(4)); // Rt
10617 TmpInst.addOperand(Inst.getOperand(4)); // Rt