Home
last modified time | relevance | path

Searched refs:fetchunit_mask (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c519 static int fetchunit, fetchunit_mask; variable
669 fetchunit_mask = fetchunit - 1; in expand_fmodes()
1168 if ((fetch_cycle & fetchunit_mask) == 0) { in one_fetch_cycle_0()
1292 int offs = (pos - fetch_cycle) & fetchunit_mask; in update_fetch()
1293 int ddf2 = ((ddfstop_to_test - offs + fetchunit - 1) & ~fetchunit_mask) + offs; in update_fetch()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c742 static int fetchunit, fetchunit_mask; variable
997 fetchunit_mask = fetchunit - 1; in setup_fmodes()
1184 …if (plf_state == plf_passed_stop2 && fetch_cycle >= (fetch_cycle & ~fetchunit_mask) + fetch_modulo… in fetch()
1708 } while ((fetch_cycle & fetchunit_mask) != 0); in maybe_finish_last_fetch()
1737 if ((fetch_cycle & fetchunit_mask) == 0) { in one_fetch_cycle_0()
1925 int offs = (pos - fetch_cycle) & fetchunit_mask; in update_fetch()
1926 int ddf2 = ((ddfstop_to_test - offs + fetchunit - 1) & ~fetchunit_mask) + offs; in update_fetch()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcustom.cpp871 static int fetchunit, fetchunit_mask; variable
1178 fetchunit_mask = fetchunit - 1;
1387 …if (plf_state == plf_passed_stop2 && fetch_cycle >= (fetch_cycle & ~fetchunit_mask) + fetch_modulo…
2265 } while ((fetch_cycle & fetchunit_mask) != 0);
2357 if ((fetch_cycle & fetchunit_mask) == 0) {
2565 int offs = (pos - fetch_cycle) & fetchunit_mask;
2566 int ddf2 = ((ddfstop_to_test - offs + fetchunit - 1) & ~fetchunit_mask) + offs;