• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/

Lines Matching refs:Rs

636   InsnType Rs = fieldFromInstruction(insn, 16, 5);
639 Rs)));
641 Rs)));
650 InsnType Rs = fieldFromInstruction(insn, 21, 5);
653 Rs)));
655 Rs)));
675 InsnType Rs = fieldFromInstruction(insn, 21, 5);
680 if (Rs >= Rt) {
683 } else if (Rs != 0 && Rs < Rt) {
691 Rs)));
705 InsnType Rs = fieldFromInstruction(insn, 16, 5);
708 if (Rs >= Rt) {
713 Rs)));
715 } else if (Rs != 0 && Rs < Rt) {
718 Rs)));
748 InsnType Rs = fieldFromInstruction(insn, 21, 5);
753 if (Rs >= Rt) {
756 } else if (Rs != 0 && Rs < Rt) {
764 Rs)));
778 InsnType Rs = fieldFromInstruction(insn, 16, 5);
781 if (Rs >= Rt) {
786 Rs)));
788 } else if (Rs != 0 && Rs < Rt) {
791 Rs)));
819 InsnType Rs = fieldFromInstruction(insn, 16, 5);
825 else if (Rs == 0)
827 else if (Rs == Rt)
836 Rs)));
858 InsnType Rs = fieldFromInstruction(insn, 16, 5);
864 else if (Rs == 0)
866 else if (Rs == Rt)
875 Rs)));
900 InsnType Rs = fieldFromInstruction(insn, 21, 5);
907 else if (Rs == 0)
909 else if (Rs == Rt)
918 Rs)));
945 InsnType Rs = fieldFromInstruction(insn, 21, 5);
951 else if (Rs == 0)
953 else if (Rs == Rt)
962 Rs)));
987 InsnType Rs = fieldFromInstruction(insn, 21, 5);
996 } else if (Rs == 0) {
999 } else if (Rs == Rt) {
1010 Rs)));
1036 InsnType Rs = fieldFromInstruction(insn, 21, 5);
1043 else if (Rs == 0)
1045 else if (Rs == Rt)
1054 Rs)));
1092 InsnType Rs = fieldFromInstruction(Insn, 21, 5);
1098 MCOperand::createReg(getReg(Decoder, Mips::GPR64RegClassID, Rs)));
1134 InsnType Rs = fieldFromInstruction(Insn, 21, 5);
1141 MCOperand::createReg(getReg(Decoder, Mips::GPR64RegClassID, Rs)));
1152 InsnType Rs = fieldFromInstruction(Insn, 21, 5);
1157 Rs)));
2561 InsnType Rs = fieldFromInstruction(insn, 16, 5);
2568 else if (Rs == 0) {
2573 else if (Rs == Rt) {
2587 MCOperand::createReg(getReg(Decoder, Mips::GPR32RegClassID, Rs)));
2610 InsnType Rs = fieldFromInstruction(insn, 16, 5);
2616 else if (Rs == 0) {
2620 else if (Rs == Rt) {
2632 MCOperand::createReg(getReg(Decoder, Mips::GPR32RegClassID, Rs)));