Home | History | Annotate | Download | only in AArch64

Lines Matching defs:Rt

943 	unsigned Rt = fieldFromInstruction(insn, 0, 5);
951 // Rt is an immediate in prefetch.
952 MCOperand_CreateImm0(Inst, Rt);
962 DecodeGPR32RegisterClass(Inst, Rt, Addr, Decoder);
969 DecodeGPR64RegisterClass(Inst, Rt, Addr, Decoder);
973 DecodeFPR128RegisterClass(Inst, Rt, Addr, Decoder);
977 DecodeFPR64RegisterClass(Inst, Rt, Addr, Decoder);
981 DecodeFPR32RegisterClass(Inst, Rt, Addr, Decoder);
985 DecodeFPR16RegisterClass(Inst, Rt, Addr, Decoder);
989 DecodeFPR8RegisterClass(Inst, Rt, Addr, Decoder);
1007 unsigned Rt = fieldFromInstruction(insn, 0, 5);
1074 // Rt is an immediate in prefetch.
1075 MCOperand_CreateImm0(Inst, Rt);
1109 DecodeGPR32RegisterClass(Inst, Rt, Addr, Decoder);
1131 DecodeGPR64RegisterClass(Inst, Rt, Addr, Decoder);
1139 DecodeFPR128RegisterClass(Inst, Rt, Addr, Decoder);
1147 DecodeFPR64RegisterClass(Inst, Rt, Addr, Decoder);
1155 DecodeFPR32RegisterClass(Inst, Rt, Addr, Decoder);
1163 DecodeFPR16RegisterClass(Inst, Rt, Addr, Decoder);
1171 DecodeFPR8RegisterClass(Inst, Rt, Addr, Decoder);
1183 if (IsLoad && IsIndexed && !IsFP && Rn != 31 && Rt == Rn)
1193 unsigned Rt = fieldFromInstruction(insn, 0, 5);
1222 DecodeGPR32RegisterClass(Inst, Rt, Addr, Decoder);
1232 DecodeGPR64RegisterClass(Inst, Rt, Addr, Decoder);
1240 DecodeGPR32RegisterClass(Inst, Rt, Addr, Decoder);
1249 DecodeGPR64RegisterClass(Inst, Rt, Addr, Decoder);
1259 Rt == Rt2)
1269 unsigned Rt = fieldFromInstruction(insn, 0, 5);
1328 DecodeGPR64RegisterClass(Inst, Rt, Addr, Decoder);
1341 DecodeGPR32RegisterClass(Inst, Rt, Addr, Decoder);
1352 DecodeFPR128RegisterClass(Inst, Rt, Addr, Decoder);
1363 DecodeFPR64RegisterClass(Inst, Rt, Addr, Decoder);
1374 DecodeFPR32RegisterClass(Inst, Rt, Addr, Decoder);
1383 if (IsLoad && Rt == Rt2)
1388 if (NeedsDisjointWritebackTransfer && Rn != 31 && (Rt == Rn || Rt2 == Rn))
1636 uint64_t Rt = fieldFromInstruction(insn, 0, 5);
1647 DecodeGPR32RegisterClass(Inst, Rt, Addr, Decoder);
1649 DecodeGPR64RegisterClass(Inst, Rt, Addr, Decoder);