Lines Matching refs:rvar

621 	unsigned int reg = 0, rvar;  in emulate_load_store_microMIPS()  local
774 rvar = reg & 0xf; in emulate_load_store_microMIPS()
775 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
778 if (user && !access_ok(addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
781 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
784 if (rvar == 9) in emulate_load_store_microMIPS()
785 rvar = 8; in emulate_load_store_microMIPS()
786 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
810 rvar = reg & 0xf; in emulate_load_store_microMIPS()
811 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
814 if (user && !access_ok(addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
817 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
820 if (rvar == 9) in emulate_load_store_microMIPS()
821 rvar = 8; in emulate_load_store_microMIPS()
822 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
847 rvar = reg & 0xf; in emulate_load_store_microMIPS()
848 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
851 if (user && !access_ok(addr, 8 * (rvar + 1))) in emulate_load_store_microMIPS()
854 if (user && !access_ok(addr, 8 * rvar)) in emulate_load_store_microMIPS()
857 if (rvar == 9) in emulate_load_store_microMIPS()
858 rvar = 8; in emulate_load_store_microMIPS()
860 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
888 rvar = reg & 0xf; in emulate_load_store_microMIPS()
889 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
892 if (user && !access_ok(addr, 8 * (rvar + 1))) in emulate_load_store_microMIPS()
895 if (user && !access_ok(addr, 8 * rvar)) in emulate_load_store_microMIPS()
898 if (rvar == 9) in emulate_load_store_microMIPS()
899 rvar = 8; in emulate_load_store_microMIPS()
901 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1013 rvar = reg + 1; in emulate_load_store_microMIPS()
1014 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
1017 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1033 rvar = reg + 1; in emulate_load_store_microMIPS()
1034 if (user && !access_ok(addr, 4 * rvar)) in emulate_load_store_microMIPS()
1037 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()