Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:Rt

838   unsigned Rt = fieldFromInstruction(insn, 0, 5);
848 // Rt is an immediate in prefetch.
849 Inst.addOperand(MCOperand::createImm(Rt));
859 DecodeGPR32RegisterClass(Inst, Rt, Addr, Decoder);
866 DecodeGPR64RegisterClass(Inst, Rt, Addr, Decoder);
870 DecodeFPR128RegisterClass(Inst, Rt, Addr, Decoder);
874 DecodeFPR64RegisterClass(Inst, Rt, Addr, Decoder);
878 DecodeFPR32RegisterClass(Inst, Rt, Addr, Decoder);
882 DecodeFPR16RegisterClass(Inst, Rt, Addr, Decoder);
886 DecodeFPR8RegisterClass(Inst, Rt, Addr, Decoder);
899 unsigned Rt = fieldFromInstruction(insn, 0, 5);
966 // Rt is an immediate in prefetch.
967 Inst.addOperand(MCOperand::createImm(Rt));
1001 DecodeGPR32RegisterClass(Inst, Rt, Addr, Decoder);
1023 DecodeGPR64RegisterClass(Inst, Rt, Addr, Decoder);
1031 DecodeFPR128RegisterClass(Inst, Rt, Addr, Decoder);
1039 DecodeFPR64RegisterClass(Inst, Rt, Addr, Decoder);
1047 DecodeFPR32RegisterClass(Inst, Rt, Addr, Decoder);
1055 DecodeFPR16RegisterClass(Inst, Rt, Addr, Decoder);
1063 DecodeFPR8RegisterClass(Inst, Rt, Addr, Decoder);
1075 if (IsLoad && IsIndexed && !IsFP && Rn != 31 && Rt == Rn)
1084 unsigned Rt = fieldFromInstruction(insn, 0, 5);
1119 DecodeGPR32RegisterClass(Inst, Rt, Addr, Decoder);
1131 DecodeGPR64RegisterClass(Inst, Rt, Addr, Decoder);
1139 DecodeGPR32RegisterClass(Inst, Rt, Addr, Decoder);
1148 DecodeGPR64RegisterClass(Inst, Rt, Addr, Decoder);
1158 Rt == Rt2)
1167 unsigned Rt = fieldFromInstruction(insn, 0, 5);
1227 DecodeGPR64RegisterClass(Inst, Rt, Addr, Decoder);
1240 DecodeGPR32RegisterClass(Inst, Rt, Addr, Decoder);
1251 DecodeFPR128RegisterClass(Inst, Rt, Addr, Decoder);
1262 DecodeFPR64RegisterClass(Inst, Rt, Addr, Decoder);
1273 DecodeFPR32RegisterClass(Inst, Rt, Addr, Decoder);
1282 if (IsLoad && Rt == Rt2)
1287 if (NeedsDisjointWritebackTransfer && Rn != 31 && (Rt == Rn || Rt2 == Rn))
1536 uint64_t Rt = fieldFromInstruction(insn, 0, 5);
1548 DecodeGPR32RegisterClass(Inst, Rt, Addr, Decoder);
1550 DecodeGPR64RegisterClass(Inst, Rt, Addr, Decoder);