Lines Matching refs:rvar
579 unsigned int reg = 0, rvar; in emulate_load_store_microMIPS() local
732 rvar = reg & 0xf; in emulate_load_store_microMIPS()
733 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
736 if (user && !access_ok(addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
739 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
742 if (rvar == 9) in emulate_load_store_microMIPS()
743 rvar = 8; in emulate_load_store_microMIPS()
744 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
768 rvar = reg & 0xf; in emulate_load_store_microMIPS()
769 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
772 if (user && !access_ok(addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
775 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
778 if (rvar == 9) in emulate_load_store_microMIPS()
779 rvar = 8; in emulate_load_store_microMIPS()
780 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
805 rvar = reg & 0xf; in emulate_load_store_microMIPS()
806 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
809 if (user && !access_ok(addr, 8 * (rvar + 1))) in emulate_load_store_microMIPS()
812 if (user && !access_ok(addr, 8 * rvar)) in emulate_load_store_microMIPS()
815 if (rvar == 9) in emulate_load_store_microMIPS()
816 rvar = 8; in emulate_load_store_microMIPS()
818 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
846 rvar = reg & 0xf; in emulate_load_store_microMIPS()
847 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
850 if (user && !access_ok(addr, 8 * (rvar + 1))) in emulate_load_store_microMIPS()
853 if (user && !access_ok(addr, 8 * rvar)) in emulate_load_store_microMIPS()
856 if (rvar == 9) in emulate_load_store_microMIPS()
857 rvar = 8; in emulate_load_store_microMIPS()
859 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
971 rvar = reg + 1; in emulate_load_store_microMIPS()
972 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
975 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
991 rvar = reg + 1; in emulate_load_store_microMIPS()
992 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
995 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()