• Home
  • Raw
  • Download

Lines Matching refs:value

111 #define     _LoadHW(addr, value, res, type)  \  argument
129 : "=&r" (value), "=r" (res) \
134 #define _LoadW(addr, value, res, type) \ argument
150 : "=&r" (value), "=r" (res) \
156 #define _LoadW(addr, value, res, type) \ argument
185 : "=&r" (value), "=r" (res) \
191 #define _LoadHWU(addr, value, res, type) \ argument
211 : "=&r" (value), "=r" (res) \
216 #define _LoadWU(addr, value, res, type) \ argument
234 : "=&r" (value), "=r" (res) \
238 #define _LoadDW(addr, value, res) \ argument
254 : "=&r" (value), "=r" (res) \
260 #define _LoadWU(addr, value, res, type) \ argument
289 : "=&r" (value), "=r" (res) \
293 #define _LoadDW(addr, value, res) \ argument
338 : "=&r" (value), "=r" (res) \
345 #define _StoreHW(addr, value, res, type) \ argument
365 : "r" (value), "r" (addr), "i" (-EFAULT));\
369 #define _StoreW(addr, value, res, type) \ argument
386 : "r" (value), "r" (addr), "i" (-EFAULT)); \
389 #define _StoreDW(addr, value, res) \ argument
406 : "r" (value), "r" (addr), "i" (-EFAULT)); \
411 #define _StoreW(addr, value, res, type) \ argument
438 : "r" (value), "r" (addr), "i" (-EFAULT) \
442 #define _StoreDW(addr, value, res) \ argument
482 : "r" (value), "r" (addr), "i" (-EFAULT) \
490 #define _LoadHW(addr, value, res, type) \ argument
508 : "=&r" (value), "=r" (res) \
513 #define _LoadW(addr, value, res, type) \ argument
529 : "=&r" (value), "=r" (res) \
535 #define _LoadW(addr, value, res, type) \ argument
564 : "=&r" (value), "=r" (res) \
571 #define _LoadHWU(addr, value, res, type) \ argument
591 : "=&r" (value), "=r" (res) \
596 #define _LoadWU(addr, value, res, type) \ argument
614 : "=&r" (value), "=r" (res) \
618 #define _LoadDW(addr, value, res) \ argument
634 : "=&r" (value), "=r" (res) \
640 #define _LoadWU(addr, value, res, type) \ argument
669 : "=&r" (value), "=r" (res) \
673 #define _LoadDW(addr, value, res) \ argument
718 : "=&r" (value), "=r" (res) \
723 #define _StoreHW(addr, value, res, type) \ argument
743 : "r" (value), "r" (addr), "i" (-EFAULT));\
747 #define _StoreW(addr, value, res, type) \ argument
764 : "r" (value), "r" (addr), "i" (-EFAULT)); \
767 #define _StoreDW(addr, value, res) \ argument
784 : "r" (value), "r" (addr), "i" (-EFAULT)); \
789 #define _StoreW(addr, value, res, type) \ argument
816 : "r" (value), "r" (addr), "i" (-EFAULT) \
820 #define _StoreDW(addr, value, res) \ argument
860 : "r" (value), "r" (addr), "i" (-EFAULT) \
867 #define LoadHWU(addr, value, res) _LoadHWU(addr, value, res, kernel) argument
868 #define LoadHWUE(addr, value, res) _LoadHWU(addr, value, res, user) argument
869 #define LoadWU(addr, value, res) _LoadWU(addr, value, res, kernel) argument
870 #define LoadWUE(addr, value, res) _LoadWU(addr, value, res, user) argument
871 #define LoadHW(addr, value, res) _LoadHW(addr, value, res, kernel) argument
872 #define LoadHWE(addr, value, res) _LoadHW(addr, value, res, user) argument
873 #define LoadW(addr, value, res) _LoadW(addr, value, res, kernel) argument
874 #define LoadWE(addr, value, res) _LoadW(addr, value, res, user) argument
875 #define LoadDW(addr, value, res) _LoadDW(addr, value, res) argument
877 #define StoreHW(addr, value, res) _StoreHW(addr, value, res, kernel) argument
878 #define StoreHWE(addr, value, res) _StoreHW(addr, value, res, user) argument
879 #define StoreW(addr, value, res) _StoreW(addr, value, res, kernel) argument
880 #define StoreWE(addr, value, res) _StoreW(addr, value, res, user) argument
881 #define StoreDW(addr, value, res) _StoreDW(addr, value, res) argument
887 unsigned long value; in emulate_load_store_insn() local
948 LoadW(addr, value, res); in emulate_load_store_insn()
952 regs->regs[insn.dsp_format.rd] = value; in emulate_load_store_insn()
957 LoadHW(addr, value, res); in emulate_load_store_insn()
961 regs->regs[insn.dsp_format.rd] = value; in emulate_load_store_insn()
982 LoadHWE(addr, value, res); in emulate_load_store_insn()
988 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()
995 LoadWE(addr, value, res); in emulate_load_store_insn()
1001 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()
1008 LoadHWUE(addr, value, res); in emulate_load_store_insn()
1014 regs->regs[insn.spec3_format.rt] = value; in emulate_load_store_insn()
1022 value = regs->regs[insn.spec3_format.rt]; in emulate_load_store_insn()
1023 StoreHWE(addr, value, res); in emulate_load_store_insn()
1035 value = regs->regs[insn.spec3_format.rt]; in emulate_load_store_insn()
1036 StoreWE(addr, value, res); in emulate_load_store_insn()
1056 LoadHW(addr, value, res); in emulate_load_store_insn()
1058 LoadHWE(addr, value, res); in emulate_load_store_insn()
1060 LoadHW(addr, value, res); in emulate_load_store_insn()
1066 regs->regs[insn.i_format.rt] = value; in emulate_load_store_insn()
1075 LoadW(addr, value, res); in emulate_load_store_insn()
1077 LoadWE(addr, value, res); in emulate_load_store_insn()
1079 LoadW(addr, value, res); in emulate_load_store_insn()
1085 regs->regs[insn.i_format.rt] = value; in emulate_load_store_insn()
1094 LoadHWU(addr, value, res); in emulate_load_store_insn()
1096 LoadHWUE(addr, value, res); in emulate_load_store_insn()
1098 LoadHWU(addr, value, res); in emulate_load_store_insn()
1104 regs->regs[insn.i_format.rt] = value; in emulate_load_store_insn()
1119 LoadWU(addr, value, res); in emulate_load_store_insn()
1123 regs->regs[insn.i_format.rt] = value; in emulate_load_store_insn()
1142 LoadDW(addr, value, res); in emulate_load_store_insn()
1146 regs->regs[insn.i_format.rt] = value; in emulate_load_store_insn()
1158 value = regs->regs[insn.i_format.rt]; in emulate_load_store_insn()
1162 StoreHW(addr, value, res); in emulate_load_store_insn()
1164 StoreHWE(addr, value, res); in emulate_load_store_insn()
1166 StoreHW(addr, value, res); in emulate_load_store_insn()
1178 value = regs->regs[insn.i_format.rt]; in emulate_load_store_insn()
1182 StoreW(addr, value, res); in emulate_load_store_insn()
1184 StoreWE(addr, value, res); in emulate_load_store_insn()
1186 StoreW(addr, value, res); in emulate_load_store_insn()
1206 value = regs->regs[insn.i_format.rt]; in emulate_load_store_insn()
1207 StoreDW(addr, value, res); in emulate_load_store_insn()
1386 unsigned long value; in emulate_load_store_microMIPS() local
1464 LoadW(addr, value, res); in emulate_load_store_microMIPS()
1467 regs->regs[reg] = value; in emulate_load_store_microMIPS()
1469 LoadW(addr, value, res); in emulate_load_store_microMIPS()
1472 regs->regs[reg + 1] = value; in emulate_load_store_microMIPS()
1483 value = regs->regs[reg]; in emulate_load_store_microMIPS()
1484 StoreW(addr, value, res); in emulate_load_store_microMIPS()
1488 value = regs->regs[reg + 1]; in emulate_load_store_microMIPS()
1489 StoreW(addr, value, res); in emulate_load_store_microMIPS()
1503 LoadDW(addr, value, res); in emulate_load_store_microMIPS()
1506 regs->regs[reg] = value; in emulate_load_store_microMIPS()
1508 LoadDW(addr, value, res); in emulate_load_store_microMIPS()
1511 regs->regs[reg + 1] = value; in emulate_load_store_microMIPS()
1526 value = regs->regs[reg]; in emulate_load_store_microMIPS()
1527 StoreDW(addr, value, res); in emulate_load_store_microMIPS()
1531 value = regs->regs[reg + 1]; in emulate_load_store_microMIPS()
1532 StoreDW(addr, value, res); in emulate_load_store_microMIPS()
1556 LoadW(addr, value, res); in emulate_load_store_microMIPS()
1560 regs->regs[i] = value; in emulate_load_store_microMIPS()
1563 LoadW(addr, value, res); in emulate_load_store_microMIPS()
1567 regs->regs[30] = value; in emulate_load_store_microMIPS()
1570 LoadW(addr, value, res); in emulate_load_store_microMIPS()
1573 regs->regs[31] = value; in emulate_load_store_microMIPS()
1593 value = regs->regs[i]; in emulate_load_store_microMIPS()
1594 StoreW(addr, value, res); in emulate_load_store_microMIPS()
1600 value = regs->regs[30]; in emulate_load_store_microMIPS()
1601 StoreW(addr, value, res); in emulate_load_store_microMIPS()
1607 value = regs->regs[31]; in emulate_load_store_microMIPS()
1608 StoreW(addr, value, res); in emulate_load_store_microMIPS()
1632 LoadDW(addr, value, res); in emulate_load_store_microMIPS()
1636 regs->regs[i] = value; in emulate_load_store_microMIPS()
1639 LoadDW(addr, value, res); in emulate_load_store_microMIPS()
1643 regs->regs[30] = value; in emulate_load_store_microMIPS()
1646 LoadDW(addr, value, res); in emulate_load_store_microMIPS()
1649 regs->regs[31] = value; in emulate_load_store_microMIPS()
1674 value = regs->regs[i]; in emulate_load_store_microMIPS()
1675 StoreDW(addr, value, res); in emulate_load_store_microMIPS()
1681 value = regs->regs[30]; in emulate_load_store_microMIPS()
1682 StoreDW(addr, value, res); in emulate_load_store_microMIPS()
1688 value = regs->regs[31]; in emulate_load_store_microMIPS()
1689 StoreDW(addr, value, res); in emulate_load_store_microMIPS()
1786 LoadW(addr, value, res); in emulate_load_store_microMIPS()
1790 regs->regs[i] = value; in emulate_load_store_microMIPS()
1792 LoadW(addr, value, res); in emulate_load_store_microMIPS()
1795 regs->regs[31] = value; in emulate_load_store_microMIPS()
1806 value = regs->regs[i]; in emulate_load_store_microMIPS()
1807 StoreW(addr, value, res); in emulate_load_store_microMIPS()
1812 value = regs->regs[31]; in emulate_load_store_microMIPS()
1813 StoreW(addr, value, res); in emulate_load_store_microMIPS()
1859 LoadHW(addr, value, res); in emulate_load_store_microMIPS()
1862 regs->regs[reg] = value; in emulate_load_store_microMIPS()
1869 LoadHWU(addr, value, res); in emulate_load_store_microMIPS()
1872 regs->regs[reg] = value; in emulate_load_store_microMIPS()
1879 LoadW(addr, value, res); in emulate_load_store_microMIPS()
1882 regs->regs[reg] = value; in emulate_load_store_microMIPS()
1897 LoadWU(addr, value, res); in emulate_load_store_microMIPS()
1900 regs->regs[reg] = value; in emulate_load_store_microMIPS()
1919 LoadDW(addr, value, res); in emulate_load_store_microMIPS()
1922 regs->regs[reg] = value; in emulate_load_store_microMIPS()
1933 value = regs->regs[reg]; in emulate_load_store_microMIPS()
1934 StoreHW(addr, value, res); in emulate_load_store_microMIPS()
1943 value = regs->regs[reg]; in emulate_load_store_microMIPS()
1944 StoreW(addr, value, res); in emulate_load_store_microMIPS()
1961 value = regs->regs[reg]; in emulate_load_store_microMIPS()
1962 StoreDW(addr, value, res); in emulate_load_store_microMIPS()
2006 unsigned long value; in emulate_load_store_MIPS16e() local
2119 LoadHW(addr, value, res); in emulate_load_store_MIPS16e()
2123 regs->regs[reg] = value; in emulate_load_store_MIPS16e()
2130 LoadHWU(addr, value, res); in emulate_load_store_MIPS16e()
2134 regs->regs[reg] = value; in emulate_load_store_MIPS16e()
2143 LoadW(addr, value, res); in emulate_load_store_MIPS16e()
2147 regs->regs[reg] = value; in emulate_load_store_MIPS16e()
2162 LoadWU(addr, value, res); in emulate_load_store_MIPS16e()
2166 regs->regs[reg] = value; in emulate_load_store_MIPS16e()
2186 LoadDW(addr, value, res); in emulate_load_store_MIPS16e()
2190 regs->regs[reg] = value; in emulate_load_store_MIPS16e()
2202 value = regs->regs[reg]; in emulate_load_store_MIPS16e()
2203 StoreHW(addr, value, res); in emulate_load_store_MIPS16e()
2215 value = regs->regs[reg]; in emulate_load_store_MIPS16e()
2216 StoreW(addr, value, res); in emulate_load_store_MIPS16e()
2235 value = regs->regs[reg]; in emulate_load_store_MIPS16e()
2236 StoreDW(addr, value, res); in emulate_load_store_MIPS16e()