Lines Matching defs:Rt2
1086 unsigned Rt2 = fieldFromInstruction(insn, 10, 5);
1140 DecodeGPR32RegisterClass(Inst, Rt2, Addr, Decoder);
1149 DecodeGPR64RegisterClass(Inst, Rt2, Addr, Decoder);
1158 Rt == Rt2)
1169 unsigned Rt2 = fieldFromInstruction(insn, 10, 5);
1228 DecodeGPR64RegisterClass(Inst, Rt2, Addr, Decoder);
1241 DecodeGPR32RegisterClass(Inst, Rt2, Addr, Decoder);
1252 DecodeFPR128RegisterClass(Inst, Rt2, Addr, Decoder);
1263 DecodeFPR64RegisterClass(Inst, Rt2, Addr, Decoder);
1274 DecodeFPR32RegisterClass(Inst, Rt2, Addr, Decoder);
1282 if (IsLoad && Rt == Rt2)
1287 if (NeedsDisjointWritebackTransfer && Rn != 31 && (Rt == Rn || Rt2 == Rn))