Lines Matching defs:Rt
5932 // mnemonic, condition code, Rt, Rt2, Qd, idx, Qd again, idx2
5935 ((ARMOperand &)*Operands[MnemonicOpsEndInd]).addRegOperands(Inst, 1); // Rt
7442 unsigned Rt = MRI->getEncodingValue(Reg1);
7445 // Rt2 must be Rt + 1.
7446 if (Rt + 1 != Rt2)
7451 // Rt must be even
7452 if (Rt & 1)
7582 unsigned Rt = MRI->getEncodingValue(Inst.getOperand(RtIndex).getReg());
7586 // Rt can't be R14.
7587 if (Rt == 14)
7589 "Rt can't be R14");
7591 // Rt must be even-numbered.
7592 if ((Rt & 1) == 1)
7594 "Rt must be even-numbered");
7596 // Rt2 must be Rt + 1.
7597 if (Rt2 != Rt + 1) {
7611 if (Rt2 == Rt)
7619 if (Rn == Rt || Rn == Rt2) {
7848 // Rt must be different from Rn.
7849 const unsigned Rt = MRI->getEncodingValue(Inst.getOperand(1).getReg());
7852 if (Rt == Rn)
7861 // Rt must be different from Rn.
7862 const unsigned Rt = MRI->getEncodingValue(Inst.getOperand(0).getReg());
7865 if (Rt == Rn)
8009 // Rt must be different from Rn.
8010 const unsigned Rt = MRI->getEncodingValue(Inst.getOperand(0).getReg());
8013 if (Rt == Rn)
8959 // Alias for alternate form of 'ldr{,b}t Rt, [Rn], #imm' instruction.
8977 // Alias for 'ldr{sb,h,sh}t Rt, [Rn] {, #imm}' for ommitted immediate.
8997 // Alias for alternate form of 'str{,b}t Rt, [Rn], #imm' instruction.
9057 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9073 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9085 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9098 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9111 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9125 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9137 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9150 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9163 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9177 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9189 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9202 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9215 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9228 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9320 TmpInst.addOperand(Inst.getOperand(0)); // Rt
9334 TmpInst.addOperand(Inst.getOperand(0)); // Rt
10608 TmpInst.addOperand(Inst.getOperand(4)); // Rt
10625 TmpInst.addOperand(Inst.getOperand(4)); // Rt
10640 TmpInst.addOperand(Inst.getOperand(4)); // Rt
10659 TmpInst.addOperand(Inst.getOperand(4)); // Rt