Lines Matching refs:rvar

1280 	unsigned int reg = 0, rvar;  in emulate_load_store_microMIPS()  local
1433 rvar = reg & 0xf; in emulate_load_store_microMIPS()
1434 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
1438 (VERIFY_READ, addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
1441 if (!access_ok(VERIFY_READ, addr, 4 * rvar)) in emulate_load_store_microMIPS()
1444 if (rvar == 9) in emulate_load_store_microMIPS()
1445 rvar = 8; in emulate_load_store_microMIPS()
1446 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1470 rvar = reg & 0xf; in emulate_load_store_microMIPS()
1471 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
1475 (VERIFY_WRITE, addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
1478 if (!access_ok(VERIFY_WRITE, addr, 4 * rvar)) in emulate_load_store_microMIPS()
1481 if (rvar == 9) in emulate_load_store_microMIPS()
1482 rvar = 8; in emulate_load_store_microMIPS()
1483 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1508 rvar = reg & 0xf; in emulate_load_store_microMIPS()
1509 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
1513 (VERIFY_READ, addr, 8 * (rvar + 1))) in emulate_load_store_microMIPS()
1516 if (!access_ok(VERIFY_READ, addr, 8 * rvar)) in emulate_load_store_microMIPS()
1519 if (rvar == 9) in emulate_load_store_microMIPS()
1520 rvar = 8; in emulate_load_store_microMIPS()
1522 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1550 rvar = reg & 0xf; in emulate_load_store_microMIPS()
1551 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
1555 (VERIFY_WRITE, addr, 8 * (rvar + 1))) in emulate_load_store_microMIPS()
1558 if (!access_ok(VERIFY_WRITE, addr, 8 * rvar)) in emulate_load_store_microMIPS()
1561 if (rvar == 9) in emulate_load_store_microMIPS()
1562 rvar = 8; in emulate_load_store_microMIPS()
1564 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1672 rvar = reg + 1; in emulate_load_store_microMIPS()
1673 if (!access_ok(VERIFY_READ, addr, 4 * rvar)) in emulate_load_store_microMIPS()
1676 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1692 rvar = reg + 1; in emulate_load_store_microMIPS()
1693 if (!access_ok(VERIFY_WRITE, addr, 4 * rvar)) in emulate_load_store_microMIPS()
1696 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()