Lines Matching refs:Rt2
1637 unsigned Rt2 = Rt + 1; in DecodeAddrMode3Instruction() local
1661 if (writeback && (Rn == 15 || Rn == Rt || Rn == Rt2)) in DecodeAddrMode3Instruction()
1665 if (Rt2 == 15) in DecodeAddrMode3Instruction()
1684 if (Rt2 == 15) in DecodeAddrMode3Instruction()
1690 if (!type && (Rt2 == 15 || Rm == 15 || Rm == Rt || Rm == Rt2)) in DecodeAddrMode3Instruction()
1694 if (writeback && (Rn == Rt || Rn == Rt2)) in DecodeAddrMode3Instruction()
4866 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4); in DecodeVMOVSRR() local
4871 if (Rt == 0xF || Rt2 == 0xF || Rm == 0x1F) in DecodeVMOVSRR()
4880 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt2 , Address, Decoder))) in DecodeVMOVSRR()
4892 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4); in DecodeVMOVRRS() local
4897 if (Rt == 0xF || Rt2 == 0xF || Rm == 0x1F) in DecodeVMOVRRS()
4902 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt2 , Address, Decoder))) in DecodeVMOVRRS()
4939 unsigned Rt2 = fieldFromInstruction(Insn, 8, 4); in DecodeT2LDRDPreInstruction() local
4949 if (writeback && (Rn == Rt || Rn == Rt2)) in DecodeT2LDRDPreInstruction()
4951 if (Rt == Rt2) in DecodeT2LDRDPreInstruction()
4958 if (!Check(S, DecoderGPRRegisterClass(Inst, Rt2, Address, Decoder))) in DecodeT2LDRDPreInstruction()
4976 unsigned Rt2 = fieldFromInstruction(Insn, 8, 4); in DecodeT2STRDPreInstruction() local
4986 if (writeback && (Rn == Rt || Rn == Rt2)) in DecodeT2STRDPreInstruction()
4996 if (!Check(S, DecoderGPRRegisterClass(Inst, Rt2, Address, Decoder))) in DecodeT2STRDPreInstruction()
5034 unsigned Rt2 = fieldFromInstruction(Insn, 0, 4); in DecodeSwap() local
5043 if (Rt == Rn || Rn == Rt2) in DecodeSwap()
5048 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rt2, Address, Decoder))) in DecodeSwap()
5154 unsigned Rt2 = fieldFromInstruction(Val, 16, 4); in DecodeMRRC2() local
5159 if (Rt == Rt2) in DecodeMRRC2()
5166 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rt2, Address, Decoder))) in DecodeMRRC2()