Lines Matching refs:Rt
603 InsnType Rt = fieldFromInstruction(insn, 16, 5); in DecodeAddiGroupBranch() local
607 if (Rs >= Rt) { in DecodeAddiGroupBranch()
610 } else if (Rs != 0 && Rs < Rt) { in DecodeAddiGroupBranch()
621 Rt))); in DecodeAddiGroupBranch()
631 InsnType Rt = fieldFromInstruction(insn, 21, 5); in DecodePOP35GroupBranchMMR6() local
635 if (Rs >= Rt) { in DecodePOP35GroupBranchMMR6()
638 Rt))); in DecodePOP35GroupBranchMMR6()
641 } else if (Rs != 0 && Rs < Rt) { in DecodePOP35GroupBranchMMR6()
646 Rt))); in DecodePOP35GroupBranchMMR6()
650 Rt))); in DecodePOP35GroupBranchMMR6()
673 InsnType Rt = fieldFromInstruction(insn, 16, 5); in DecodeDaddiGroupBranch() local
677 if (Rs >= Rt) { in DecodeDaddiGroupBranch()
680 } else if (Rs != 0 && Rs < Rt) { in DecodeDaddiGroupBranch()
691 Rt))); in DecodeDaddiGroupBranch()
701 InsnType Rt = fieldFromInstruction(insn, 21, 5); in DecodePOP37GroupBranchMMR6() local
705 if (Rs >= Rt) { in DecodePOP37GroupBranchMMR6()
708 Rt))); in DecodePOP37GroupBranchMMR6()
711 } else if (Rs != 0 && Rs < Rt) { in DecodePOP37GroupBranchMMR6()
716 Rt))); in DecodePOP37GroupBranchMMR6()
720 Rt))); in DecodePOP37GroupBranchMMR6()
744 InsnType Rt = fieldFromInstruction(insn, 16, 5); in DecodeBlezlGroupBranch() local
748 if (Rt == 0) in DecodeBlezlGroupBranch()
752 else if (Rs == Rt) in DecodeBlezlGroupBranch()
764 Rt))); in DecodeBlezlGroupBranch()
789 InsnType Rt = fieldFromInstruction(insn, 16, 5); in DecodeBgtzlGroupBranch() local
792 if (Rt == 0) in DecodeBgtzlGroupBranch()
796 else if (Rs == Rt) in DecodeBgtzlGroupBranch()
808 Rt))); in DecodeBgtzlGroupBranch()
831 InsnType Rt = fieldFromInstruction(insn, 16, 5); in DecodeBgtzGroupBranch() local
836 if (Rt == 0) { in DecodeBgtzGroupBranch()
842 } else if (Rs == Rt) { in DecodeBgtzGroupBranch()
857 Rt))); in DecodeBgtzGroupBranch()
880 InsnType Rt = fieldFromInstruction(insn, 16, 5); in DecodeBlezGroupBranch() local
884 if (Rt == 0) in DecodeBlezGroupBranch()
888 else if (Rs == Rt) in DecodeBlezGroupBranch()
899 Rt))); in DecodeBlezGroupBranch()
1808 unsigned Rt = fieldFromInstruction(Insn, 16, 5); in DecodeSpecial3LlSc() local
1811 Rt = getReg(Decoder, Mips::GPR32RegClassID, Rt); in DecodeSpecial3LlSc()
1815 Inst.addOperand(MCOperand::createReg(Rt)); in DecodeSpecial3LlSc()
1818 Inst.addOperand(MCOperand::createReg(Rt)); in DecodeSpecial3LlSc()
2286 InsnType Rt = fieldFromInstruction(insn, 21, 5); in DecodeBgtzGroupBranchMMR6() local
2292 if (Rt == 0) in DecodeBgtzGroupBranchMMR6()
2298 else if (Rs == Rt) { in DecodeBgtzGroupBranchMMR6()
2314 MCOperand::createReg(getReg(Decoder, Mips::GPR32RegClassID, Rt))); in DecodeBgtzGroupBranchMMR6()
2332 InsnType Rt = fieldFromInstruction(insn, 21, 5); in DecodeBlezGroupBranchMMR6() local
2337 if (Rt == 0) in DecodeBlezGroupBranchMMR6()
2341 else if (Rs == Rt) in DecodeBlezGroupBranchMMR6()
2352 MCOperand::createReg(getReg(Decoder, Mips::GPR32RegClassID, Rt))); in DecodeBlezGroupBranchMMR6()