Lines Matching defs:Rt2

2219   unsigned Rt2 = Rt + 1;
2243 if (writeback && (Rn == 15 || Rn == Rt || Rn == Rt2))
2247 if (Rt2 == 15)
2266 if (Rt2 == 15)
2272 if (!type && (Rt2 == 15 || Rm == 15 || Rm == Rt || Rm == Rt2))
2276 if (writeback && (Rn == Rt || Rn == Rt2))
5799 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4);
5804 if (Rt == 0xF || Rt2 == 0xF || Rm == 0x1F)
5813 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt2 , Address, Decoder)))
5825 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4);
5830 if (Rt == 0xF || Rt2 == 0xF || Rm == 0x1F)
5835 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt2 , Address, Decoder)))
5882 unsigned Rt2 = fieldFromInstruction(Insn, 8, 4);
5892 if (writeback && (Rn == Rt || Rn == Rt2))
5894 if (Rt == Rt2)
5900 // Rt2
5901 if (!Check(S, DecoderGPRRegisterClass(Inst, Rt2, Address, Decoder)))
5919 unsigned Rt2 = fieldFromInstruction(Insn, 8, 4);
5929 if (writeback && (Rn == Rt || Rn == Rt2))
5938 // Rt2
5939 if (!Check(S, DecoderGPRRegisterClass(Inst, Rt2, Address, Decoder)))
5988 unsigned Rt2 = fieldFromInstruction(Insn, 0, 4);
5997 if (Rt == Rn || Rn == Rt2)
6002 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rt2, Address, Decoder)))
6199 unsigned Rt2 = fieldFromInstruction(Val, 16, 4);
6204 if (Rt == Rt2)
6214 // MRRC2 needs to be [Rt, Rt2, cop, opc1, CRm]
6215 // and MCRR2 operand order is [cop, opc1, Rt, Rt2, CRm]
6220 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rt2, Address, Decoder)))
6228 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rt2, Address, Decoder)))
6800 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4);
6807 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt2, Address, Decoder)))
6824 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4);
6835 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt2, Address, Decoder)))