Lines Matching defs:Rt2
594 unsigned Rt2 = fieldFromInstruction(Insn, 10, 5);
606 // Rn_wb, Rt, Rt2, Rn, Imm
611 if (L && Rt == Rt2)
616 if (Indexed && V == 0 && Rn != 31 && (Rt == Rn || Rt2 == Rn))
628 DecodeFPR32RegisterClass(Inst, Rt2, Address, Decoder);
632 DecodeFPR64RegisterClass(Inst, Rt2, Address, Decoder);
636 DecodeFPR128RegisterClass(Inst, Rt2, Address, Decoder);
644 DecodeGPR32RegisterClass(Inst, Rt2, Address, Decoder);
649 DecodeGPR64RegisterClass(Inst, Rt2, Address, Decoder);
653 DecodeGPR64RegisterClass(Inst, Rt2, Address, Decoder);
660 // Rt, Rt2, Rn_wb, Rt2, Rn, Imm
677 unsigned Rt2 = fieldFromInstruction(Val, 10, 5);
681 if (Rt == Rt2) S = MCDisassembler::SoftFail;
687 if (!Check(S, DecodeGPR32RegisterClass(Inst, Rt2, Address, Decoder)))
693 if (!Check(S, DecodeGPR64RegisterClass(Inst, Rt2, Address, Decoder)))