Lines Matching defs:Rt
617 InsnType Rt = fieldFromInstruction(insn, 16, 5);
621 if (Rs >= Rt) {
624 } else if (Rs != 0 && Rs < Rt) {
635 Rt)));
645 InsnType Rt = fieldFromInstruction(insn, 21, 5);
649 if (Rs >= Rt) {
652 Rt)));
656 } else if (Rs != 0 && Rs < Rt) {
661 Rt)));
666 Rt)));
690 InsnType Rt = fieldFromInstruction(insn, 16, 5);
694 if (Rs >= Rt) {
697 } else if (Rs != 0 && Rs < Rt) {
708 Rt)));
718 InsnType Rt = fieldFromInstruction(insn, 21, 5);
722 if (Rs >= Rt) {
725 Rt)));
729 } else if (Rs != 0 && Rs < Rt) {
734 Rt)));
739 Rt)));
759 InsnType Rt = fieldFromInstruction(insn, 21, 5);
764 if (Rt == 0)
768 else if (Rs == Rt)
780 Rt)));
798 InsnType Rt = fieldFromInstruction(insn, 21, 5);
803 if (Rt == 0)
807 else if (Rs == Rt)
819 Rt)));
842 InsnType Rt = fieldFromInstruction(insn, 16, 5);
846 if (Rt == 0)
850 else if (Rs == Rt)
862 Rt)));
887 InsnType Rt = fieldFromInstruction(insn, 16, 5);
890 if (Rt == 0)
894 else if (Rs == Rt)
906 Rt)));
929 InsnType Rt = fieldFromInstruction(insn, 16, 5);
934 if (Rt == 0) {
940 } else if (Rs == Rt) {
955 Rt)));
978 InsnType Rt = fieldFromInstruction(insn, 16, 5);
982 if (Rt == 0)
986 else if (Rs == Rt)
997 Rt)));
1034 InsnType Rt = fieldFromInstruction(Insn, 16, 5);
1037 MCOperand::createReg(getReg(Decoder, Mips::GPR64RegClassID, Rt)));
1076 InsnType Rt = fieldFromInstruction(Insn, 16, 5);
1080 MCOperand::createReg(getReg(Decoder, Mips::GPR64RegClassID, Rt)));
1094 InsnType Rt = fieldFromInstruction(Insn, 16, 5);
1096 Rt)));
1100 Rt)));
1954 unsigned Rt = fieldFromInstruction(Insn, 16, 5);
1957 Rt = getReg(Decoder, Mips::GPR32RegClassID, Rt);
1961 Inst.addOperand(MCOperand::createReg(Rt));
1964 Inst.addOperand(MCOperand::createReg(Rt));
2439 InsnType Rt = fieldFromInstruction(insn, 21, 5);
2445 if (Rt == 0)
2452 else if (Rs == Rt) {
2470 MCOperand::createReg(getReg(Decoder, Mips::GPR32RegClassID, Rt)));
2488 InsnType Rt = fieldFromInstruction(insn, 21, 5);
2493 if (Rt == 0)
2499 else if (Rs == Rt) {
2513 MCOperand::createReg(getReg(Decoder, Mips::GPR32RegClassID, Rt)));