Lines Matching refs:rvar
1362 unsigned int reg = 0, rvar; in emulate_load_store_microMIPS() local
1515 rvar = reg & 0xf; in emulate_load_store_microMIPS()
1516 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
1520 (VERIFY_READ, addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
1523 if (!access_ok(VERIFY_READ, addr, 4 * rvar)) in emulate_load_store_microMIPS()
1526 if (rvar == 9) in emulate_load_store_microMIPS()
1527 rvar = 8; in emulate_load_store_microMIPS()
1528 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1552 rvar = reg & 0xf; in emulate_load_store_microMIPS()
1553 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
1557 (VERIFY_WRITE, addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
1560 if (!access_ok(VERIFY_WRITE, addr, 4 * rvar)) in emulate_load_store_microMIPS()
1563 if (rvar == 9) in emulate_load_store_microMIPS()
1564 rvar = 8; in emulate_load_store_microMIPS()
1565 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1590 rvar = reg & 0xf; in emulate_load_store_microMIPS()
1591 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
1595 (VERIFY_READ, addr, 8 * (rvar + 1))) in emulate_load_store_microMIPS()
1598 if (!access_ok(VERIFY_READ, addr, 8 * rvar)) in emulate_load_store_microMIPS()
1601 if (rvar == 9) in emulate_load_store_microMIPS()
1602 rvar = 8; in emulate_load_store_microMIPS()
1604 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1632 rvar = reg & 0xf; in emulate_load_store_microMIPS()
1633 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
1637 (VERIFY_WRITE, addr, 8 * (rvar + 1))) in emulate_load_store_microMIPS()
1640 if (!access_ok(VERIFY_WRITE, addr, 8 * rvar)) in emulate_load_store_microMIPS()
1643 if (rvar == 9) in emulate_load_store_microMIPS()
1644 rvar = 8; in emulate_load_store_microMIPS()
1646 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1754 rvar = reg + 1; in emulate_load_store_microMIPS()
1755 if (!access_ok(VERIFY_READ, addr, 4 * rvar)) in emulate_load_store_microMIPS()
1758 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1774 rvar = reg + 1; in emulate_load_store_microMIPS()
1775 if (!access_ok(VERIFY_WRITE, addr, 4 * rvar)) in emulate_load_store_microMIPS()
1778 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()