Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:Rt2

1602   unsigned Rt2 = Rt + 1;
1626 if (writeback && (Rn == 15 || Rn == Rt || Rn == Rt2))
1630 if (Rt2 == 15)
1649 if (Rt2 == 15)
1655 if (!type && (Rt2 == 15 || Rm == 15 || Rm == Rt || Rm == Rt2))
1659 if (writeback && (Rn == Rt || Rn == Rt2))
4652 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4);
4657 if (Rt == 0xF || Rt2 == 0xF || Rm == 0x1F)
4666 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt2 , Address, Decoder)))
4678 unsigned Rt2 = fieldFromInstruction(Insn, 16, 4);
4683 if (Rt == 0xF || Rt2 == 0xF || Rm == 0x1F)
4688 if (!Check(S, DecodeGPRRegisterClass(Inst, Rt2 , Address, Decoder)))
4725 unsigned Rt2 = fieldFromInstruction(Insn, 8, 4);
4735 if (writeback && (Rn == Rt || Rn == Rt2))
4737 if (Rt == Rt2)
4743 // Rt2
4744 if (!Check(S, DecoderGPRRegisterClass(Inst, Rt2, Address, Decoder)))
4762 unsigned Rt2 = fieldFromInstruction(Insn, 8, 4);
4772 if (writeback && (Rn == Rt || Rn == Rt2))
4781 // Rt2
4782 if (!Check(S, DecoderGPRRegisterClass(Inst, Rt2, Address, Decoder)))
4820 unsigned Rt2 = fieldFromInstruction(Insn, 0, 4);
4829 if (Rt == Rn || Rn == Rt2)
4834 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rt2, Address, Decoder)))
4949 unsigned Rt2 = fieldFromInstruction(Val, 16, 4);
4954 if (Rt == Rt2)
4961 if (!Check(S, DecodeGPRnopcRegisterClass(Inst, Rt2, Address, Decoder)))