Lines Matching refs:srcoffset

364     uint srcoffset;
376 srcoffset = decode_rm00_address(rl);
382 srcval = fetch_data_long(srcoffset + disp);
389 srcoffset = decode_rm00_address(rl);
395 srcval = fetch_data_word(srcoffset + disp);
404 srcoffset = decode_rm01_address(rl);
410 srcval = fetch_data_long(srcoffset + disp);
417 srcoffset = decode_rm01_address(rl);
423 srcval = fetch_data_word(srcoffset + disp);
432 srcoffset = decode_rm10_address(rl);
438 srcval = fetch_data_long(srcoffset + disp);
445 srcoffset = decode_rm10_address(rl);
451 srcval = fetch_data_word(srcoffset + disp);
787 uint srcoffset;
799 srcoffset = decode_rm00_address(rl);
805 srcval = fetch_data_long(srcoffset + disp);
808 store_data_long(srcoffset + disp, srcval | mask);
814 srcoffset = decode_rm00_address(rl);
820 srcval = fetch_data_word(srcoffset + disp);
823 store_data_word(srcoffset + disp, srcval | mask);
831 srcoffset = decode_rm01_address(rl);
837 srcval = fetch_data_long(srcoffset + disp);
840 store_data_long(srcoffset + disp, srcval | mask);
846 srcoffset = decode_rm01_address(rl);
852 srcval = fetch_data_word(srcoffset + disp);
855 store_data_word(srcoffset + disp, srcval | mask);
863 srcoffset = decode_rm10_address(rl);
869 srcval = fetch_data_long(srcoffset + disp);
872 store_data_long(srcoffset + disp, srcval | mask);
878 srcoffset = decode_rm10_address(rl);
884 srcval = fetch_data_word(srcoffset + disp);
887 store_data_word(srcoffset + disp, srcval | mask);
1198 uint srcoffset;
1212 srcoffset = decode_rm00_address(rl);
1213 srcval = fetch_data_long(srcoffset);
1233 srcoffset = decode_rm00_address(rl);
1234 srcval = fetch_data_word(srcoffset);
1256 srcoffset = decode_rm01_address(rl);
1257 srcval = fetch_data_long(srcoffset);
1277 srcoffset = decode_rm01_address(rl);
1278 srcval = fetch_data_word(srcoffset);
1300 srcoffset = decode_rm10_address(rl);
1301 srcval = fetch_data_long(srcoffset);
1321 srcoffset = decode_rm10_address(rl);
1322 srcval = fetch_data_word(srcoffset);
1389 uint srcoffset;
1398 srcoffset = decode_rm00_address(rl);
1401 *dstreg = fetch_data_word(srcoffset);
1402 M.x86.R_SS = fetch_data_word(srcoffset + 2);
1407 srcoffset = decode_rm01_address(rl);
1410 *dstreg = fetch_data_word(srcoffset);
1411 M.x86.R_SS = fetch_data_word(srcoffset + 2);
1416 srcoffset = decode_rm10_address(rl);
1419 *dstreg = fetch_data_word(srcoffset);
1420 M.x86.R_SS = fetch_data_word(srcoffset + 2);
1438 uint srcoffset;
1450 srcoffset = decode_rm00_address(rl);
1456 srcval = fetch_data_long(srcoffset + disp);
1459 store_data_long(srcoffset + disp, srcval & ~mask);
1465 srcoffset = decode_rm00_address(rl);
1471 srcval = fetch_data_word(srcoffset + disp);
1474 store_data_word(srcoffset + disp, (u16) (srcval & ~mask));
1482 srcoffset = decode_rm01_address(rl);
1488 srcval = fetch_data_long(srcoffset + disp);
1491 store_data_long(srcoffset + disp, srcval & ~mask);
1497 srcoffset = decode_rm01_address(rl);
1503 srcval = fetch_data_word(srcoffset + disp);
1506 store_data_word(srcoffset + disp, (u16) (srcval & ~mask));
1514 srcoffset = decode_rm10_address(rl);
1520 srcval = fetch_data_long(srcoffset + disp);
1523 store_data_long(srcoffset + disp, srcval & ~mask);
1529 srcoffset = decode_rm10_address(rl);
1535 srcval = fetch_data_word(srcoffset + disp);
1538 store_data_word(srcoffset + disp, (u16) (srcval & ~mask));
1583 uint srcoffset;
1592 srcoffset = decode_rm00_address(rl);
1595 *dstreg = fetch_data_word(srcoffset);
1596 M.x86.R_FS = fetch_data_word(srcoffset + 2);
1601 srcoffset = decode_rm01_address(rl);
1604 *dstreg = fetch_data_word(srcoffset);
1605 M.x86.R_FS = fetch_data_word(srcoffset + 2);
1610 srcoffset = decode_rm10_address(rl);
1613 *dstreg = fetch_data_word(srcoffset);
1614 M.x86.R_FS = fetch_data_word(srcoffset + 2);
1633 uint srcoffset;
1642 srcoffset = decode_rm00_address(rl);
1645 *dstreg = fetch_data_word(srcoffset);
1646 M.x86.R_GS = fetch_data_word(srcoffset + 2);
1651 srcoffset = decode_rm01_address(rl);
1654 *dstreg = fetch_data_word(srcoffset);
1655 M.x86.R_GS = fetch_data_word(srcoffset + 2);
1660 srcoffset = decode_rm10_address(rl);
1663 *dstreg = fetch_data_word(srcoffset);
1664 M.x86.R_GS = fetch_data_word(srcoffset + 2);
1682 uint srcoffset;
1695 srcoffset = decode_rm00_address(rl);
1696 srcval = fetch_data_byte(srcoffset);
1707 srcoffset = decode_rm00_address(rl);
1708 srcval = fetch_data_byte(srcoffset);
1721 srcoffset = decode_rm01_address(rl);
1722 srcval = fetch_data_byte(srcoffset);
1733 srcoffset = decode_rm01_address(rl);
1734 srcval = fetch_data_byte(srcoffset);
1747 srcoffset = decode_rm10_address(rl);
1748 srcval = fetch_data_byte(srcoffset);
1759 srcoffset = decode_rm10_address(rl);
1760 srcval = fetch_data_byte(srcoffset);
1803 uint srcoffset;
1815 srcoffset = decode_rm00_address(rl);
1816 srcval = fetch_data_word(srcoffset);
1824 srcoffset = decode_rm01_address(rl);
1825 srcval = fetch_data_word(srcoffset);
1833 srcoffset = decode_rm10_address(rl);
1834 srcval = fetch_data_word(srcoffset);
1860 uint srcoffset;
1891 srcoffset = decode_rm00_address(rl);
1896 srcval = fetch_data_long(srcoffset);
1901 store_data_long(srcoffset, srcval | mask);
1904 store_data_long(srcoffset, srcval & ~mask);
1907 store_data_long(srcoffset, srcval ^ mask);
1917 srcoffset = decode_rm00_address(rl);
1922 srcval = fetch_data_word(srcoffset);
1927 store_data_word(srcoffset, srcval | mask);
1930 store_data_word(srcoffset, srcval & ~mask);
1933 store_data_word(srcoffset, srcval ^ mask);
1945 srcoffset = decode_rm01_address(rl);
1950 srcval = fetch_data_long(srcoffset);
1955 store_data_long(srcoffset, srcval | mask);
1958 store_data_long(srcoffset, srcval & ~mask);
1961 store_data_long(srcoffset, srcval ^ mask);
1971 srcoffset = decode_rm01_address(rl);
1976 srcval = fetch_data_word(srcoffset);
1981 store_data_word(srcoffset, srcval | mask);
1984 store_data_word(srcoffset, srcval & ~mask);
1987 store_data_word(srcoffset, srcval ^ mask);
1999 srcoffset = decode_rm10_address(rl);
2004 srcval = fetch_data_long(srcoffset);
2009 store_data_long(srcoffset, srcval | mask);
2012 store_data_long(srcoffset, srcval & ~mask);
2015 store_data_long(srcoffset, srcval ^ mask);
2025 srcoffset = decode_rm10_address(rl);
2030 srcval = fetch_data_word(srcoffset);
2035 store_data_word(srcoffset, srcval | mask);
2038 store_data_word(srcoffset, srcval & ~mask);
2041 store_data_word(srcoffset, srcval ^ mask);
2115 uint srcoffset;
2127 srcoffset = decode_rm00_address(rl);
2133 srcval = fetch_data_long(srcoffset + disp);
2136 store_data_long(srcoffset + disp, srcval ^ mask);
2142 srcoffset = decode_rm00_address(rl);
2148 srcval = fetch_data_word(srcoffset + disp);
2151 store_data_word(srcoffset + disp, (u16) (srcval ^ mask));
2159 srcoffset = decode_rm01_address(rl);
2165 srcval = fetch_data_long(srcoffset + disp);
2168 store_data_long(srcoffset + disp, srcval ^ mask);
2174 srcoffset = decode_rm01_address(rl);
2180 srcval = fetch_data_word(srcoffset + disp);
2183 store_data_word(srcoffset + disp, (u16) (srcval ^ mask));
2191 srcoffset = decode_rm10_address(rl);
2197 srcval = fetch_data_long(srcoffset + disp);
2200 store_data_long(srcoffset + disp, srcval ^ mask);
2206 srcoffset = decode_rm10_address(rl);
2212 srcval = fetch_data_word(srcoffset + disp);
2215 store_data_word(srcoffset + disp, (u16) (srcval ^ mask));
2259 uint srcoffset;
2269 srcoffset = decode_rm00_address(rl);
2273 srcval = fetch_data_long(srcoffset);
2282 srcoffset = decode_rm00_address(rl);
2286 srcval = fetch_data_word(srcoffset);
2297 srcoffset = decode_rm01_address(rl);
2301 srcval = fetch_data_long(srcoffset);
2310 srcoffset = decode_rm01_address(rl);
2314 srcval = fetch_data_word(srcoffset);
2325 srcoffset = decode_rm10_address(rl);
2329 srcval = fetch_data_long(srcoffset);
2338 srcoffset = decode_rm10_address(rl);
2342 srcval = fetch_data_word(srcoffset);
2388 uint srcoffset;
2398 srcoffset = decode_rm00_address(rl);
2402 srcval = fetch_data_long(srcoffset);
2411 srcoffset = decode_rm00_address(rl);
2415 srcval = fetch_data_word(srcoffset);
2426 srcoffset = decode_rm01_address(rl);
2430 srcval = fetch_data_long(srcoffset);
2439 srcoffset = decode_rm01_address(rl);
2443 srcval = fetch_data_word(srcoffset);
2454 srcoffset = decode_rm10_address(rl);
2458 srcval = fetch_data_long(srcoffset);
2467 srcoffset = decode_rm10_address(rl);
2471 srcval = fetch_data_word(srcoffset);
2517 uint srcoffset;
2530 srcoffset = decode_rm00_address(rl);
2531 srcval = (s32) ((s8) fetch_data_byte(srcoffset));
2542 srcoffset = decode_rm00_address(rl);
2543 srcval = (s16) ((s8) fetch_data_byte(srcoffset));
2556 srcoffset = decode_rm01_address(rl);
2557 srcval = (s32) ((s8) fetch_data_byte(srcoffset));
2568 srcoffset = decode_rm01_address(rl);
2569 srcval = (s16) ((s8) fetch_data_byte(srcoffset));
2582 srcoffset = decode_rm10_address(rl);
2583 srcval = (s32) ((s8) fetch_data_byte(srcoffset));
2594 srcoffset = decode_rm10_address(rl);
2595 srcval = (s16) ((s8) fetch_data_byte(srcoffset));
2638 uint srcoffset;
2650 srcoffset = decode_rm00_address(rl);
2651 srcval = (s32) ((s16) fetch_data_word(srcoffset));
2659 srcoffset = decode_rm01_address(rl);
2660 srcval = (s32) ((s16) fetch_data_word(srcoffset));
2668 srcoffset = decode_rm10_address(rl);
2669 srcval = (s32) ((s16) fetch_data_word(srcoffset));