Lines Matching refs:rvar

1389 	unsigned int reg = 0, rvar;  in emulate_load_store_microMIPS()  local
1542 rvar = reg & 0xf; in emulate_load_store_microMIPS()
1543 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
1547 (VERIFY_READ, addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
1550 if (!access_ok(VERIFY_READ, addr, 4 * rvar)) in emulate_load_store_microMIPS()
1553 if (rvar == 9) in emulate_load_store_microMIPS()
1554 rvar = 8; in emulate_load_store_microMIPS()
1555 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1579 rvar = reg & 0xf; in emulate_load_store_microMIPS()
1580 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
1584 (VERIFY_WRITE, addr, 4 * (rvar + 1))) in emulate_load_store_microMIPS()
1587 if (!access_ok(VERIFY_WRITE, addr, 4 * rvar)) in emulate_load_store_microMIPS()
1590 if (rvar == 9) in emulate_load_store_microMIPS()
1591 rvar = 8; in emulate_load_store_microMIPS()
1592 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1617 rvar = reg & 0xf; in emulate_load_store_microMIPS()
1618 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
1622 (VERIFY_READ, addr, 8 * (rvar + 1))) in emulate_load_store_microMIPS()
1625 if (!access_ok(VERIFY_READ, addr, 8 * rvar)) in emulate_load_store_microMIPS()
1628 if (rvar == 9) in emulate_load_store_microMIPS()
1629 rvar = 8; in emulate_load_store_microMIPS()
1631 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1659 rvar = reg & 0xf; in emulate_load_store_microMIPS()
1660 if ((rvar > 9) || !reg) in emulate_load_store_microMIPS()
1664 (VERIFY_WRITE, addr, 8 * (rvar + 1))) in emulate_load_store_microMIPS()
1667 if (!access_ok(VERIFY_WRITE, addr, 8 * rvar)) in emulate_load_store_microMIPS()
1670 if (rvar == 9) in emulate_load_store_microMIPS()
1671 rvar = 8; in emulate_load_store_microMIPS()
1673 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1781 rvar = reg + 1; in emulate_load_store_microMIPS()
1782 if (!access_ok(VERIFY_READ, addr, 4 * rvar)) in emulate_load_store_microMIPS()
1785 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()
1801 rvar = reg + 1; in emulate_load_store_microMIPS()
1802 if (!access_ok(VERIFY_WRITE, addr, 4 * rvar)) in emulate_load_store_microMIPS()
1805 for (i = 16; rvar; rvar--, i++) { in emulate_load_store_microMIPS()