Lines Matching refs:rvar

620 	unsigned int reg = 0, rvar;  in emulate_load_store_microMIPS()  local
773 rvar = reg & 0xf; in emulate_load_store_microMIPS()
774 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
777 if (user && !access_ok(addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
780 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
783 if (rvar == 9) in emulate_load_store_microMIPS()
784 rvar = 8; in emulate_load_store_microMIPS()
785 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
809 rvar = reg & 0xf; in emulate_load_store_microMIPS()
810 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
813 if (user && !access_ok(addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
816 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
819 if (rvar == 9) in emulate_load_store_microMIPS()
820 rvar = 8; in emulate_load_store_microMIPS()
821 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()
887 rvar = reg & 0xf; in emulate_load_store_microMIPS()
888 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
891 if (user && !access_ok(addr, 8 * (rvar + 1))) in emulate_load_store_microMIPS()
894 if (user && !access_ok(addr, 8 * rvar)) in emulate_load_store_microMIPS()
897 if (rvar == 9) in emulate_load_store_microMIPS()
898 rvar = 8; in emulate_load_store_microMIPS()
900 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1012 rvar = reg + 1; in emulate_load_store_microMIPS()
1013 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
1016 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1032 rvar = reg + 1; in emulate_load_store_microMIPS()
1033 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
1036 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()