Lines Matching defs:Rt2
2225 unsigned Rt2 = Rt + 1;
2249 if (writeback && (Rn == 15 || Rn == Rt || Rn == Rt2))
2253 if (Rt2 == 15)
2272 if (Rt2 == 15)
2278 if (!type && (Rt2 == 15 || Rm == 15 || Rm == Rt || Rm == Rt2))
2282 if (writeback && (Rn == Rt || Rn == Rt2))
5805 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4);
5810 if (Rt == 0xF || Rt2 == 0xF || Rm == 0x1F)
5819 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt2 , Address, Decoder)))
5831 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4);
5836 if (Rt == 0xF || Rt2 == 0xF || Rm == 0x1F)
5841 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt2 , Address, Decoder)))
5888 unsigned Rt2 = fieldFromInstruction(Insn, 8, 4);
5898 if (writeback && (Rn == Rt || Rn == Rt2))
5900 if (Rt == Rt2)
5906 // Rt2
5907 if (!Check(S, DecoderGPRRegisterClass(Inst, Rt2, Address, Decoder)))
5925 unsigned Rt2 = fieldFromInstruction(Insn, 8, 4);
5935 if (writeback && (Rn == Rt || Rn == Rt2))
5944 // Rt2
5945 if (!Check(S, DecoderGPRRegisterClass(Inst, Rt2, Address, Decoder)))
5994 unsigned Rt2 = fieldFromInstruction(Insn, 0, 4);
6003 if (Rt == Rn || Rn == Rt2)
6008 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rt2, Address, Decoder)))
6205 unsigned Rt2 = fieldFromInstruction(Val, 16, 4);
6210 if (Rt == Rt2)
6220 // MRRC2 needs to be [Rt, Rt2, cop, opc1, CRm]
6221 // and MCRR2 operand order is [cop, opc1, Rt, Rt2, CRm]
6226 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rt2, Address, Decoder)))
6234 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rt2, Address, Decoder)))
6824 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4);
6831 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt2, Address, Decoder)))
6848 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4);
6859 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt2, Address, Decoder)))