thisCycle 1066 src/dps8/dps8_append.c word24 do_append_cycle (processor_cycle_type thisCycle, word36 * data, uint nWords) { thisCycle 1067 src/dps8/dps8_append.c switch (thisCycle) { thisCycle 1093 src/dps8/dps8_append.c (long long unsigned)thisCycle, __func__, __FILE__, __LINE__); thisCycle 1196 src/dps8/dps8_append.c word24 do_append_cycle (processor_cycle_type thisCycle, word36 * data, thisCycle 1201 src/dps8/dps8_append.c str_pct (thisCycle)); thisCycle 1219 src/dps8/dps8_append.c bool StrOp = (thisCycle == OPERAND_STORE || thisCycle 1220 src/dps8/dps8_append.c thisCycle == APU_DATA_STORE); thisCycle 1236 src/dps8/dps8_append.c cpu.apu.lastCycle = thisCycle; thisCycle 1275 src/dps8/dps8_append.c if (thisCycle == RTCD_OPERAND_FETCH && thisCycle 1331 src/dps8/dps8_append.c if (thisCycle != ABSA_CYCLE) thisCycle 1378 src/dps8/dps8_append.c if (thisCycle == INSTRUCTION_FETCH && thisCycle 1390 src/dps8/dps8_append.c if (thisCycle == OPERAND_READ && (i->info->flags & CALL6_INS)) thisCycle 1402 src/dps8/dps8_append.c thisCycle 1404 src/dps8/dps8_append.c thisCycle 1405 src/dps8/dps8_append.c thisCycle 1406 src/dps8/dps8_append.c thisCycle 1408 src/dps8/dps8_append.c thisCycle 1411 src/dps8/dps8_append.c thisCycle 1415 src/dps8/dps8_append.c if (thisCycle == INSTRUCTION_FETCH || thisCycle 1416 src/dps8/dps8_append.c (thisCycle == OPERAND_READ && (i->info->flags & TRANSFER_INS))) thisCycle 1424 src/dps8/dps8_append.c if (!StrOp || thisCycle == OPERAND_RMW || thisCycle == APU_DATA_RMW) // -V560 thisCycle 1471 src/dps8/dps8_append.c if (StrOp || thisCycle == OPERAND_RMW || thisCycle == APU_DATA_RMW) thisCycle 1785 src/dps8/dps8_append.c if (thisCycle != ABSA_CYCLE) thisCycle 1831 src/dps8/dps8_append.c if (thisCycle == RTCD_OPERAND_FETCH && thisCycle 1858 src/dps8/dps8_append.c thisCycle == OPERAND_RMW || thisCycle 1859 src/dps8/dps8_append.c thisCycle == APU_DATA_RMW) && cpu.PTW->M == 0) // is this the right way to do this? thisCycle 1893 src/dps8/dps8_append.c if (thisCycle != ABSA_CYCLE) thisCycle 1899 src/dps8/dps8_append.c if (thisCycle == OPERAND_STORE && cpu.useZone) thisCycle 1901 src/dps8/dps8_append.c core_write_zone (finalAddress, * data, str_pct (thisCycle)); thisCycle 1905 src/dps8/dps8_append.c core_writeN (finalAddress, data, nWords, str_pct (thisCycle)); thisCycle 1910 src/dps8/dps8_append.c if ((thisCycle == OPERAND_RMW || thisCycle == APU_DATA_RMW) && nWords == 1) thisCycle 1912 src/dps8/dps8_append.c core_read_lock (finalAddress, data, str_pct (thisCycle)); thisCycle 1916 src/dps8/dps8_append.c if (thisCycle == OPERAND_RMW || thisCycle == APU_DATA_RMW) thisCycle 1918 src/dps8/dps8_append.c core_readN (finalAddress, data, nWords, str_pct (thisCycle)); thisCycle 1921 src/dps8/dps8_append.c if (thisCycle != ABSA_CYCLE) thisCycle 1922 src/dps8/dps8_append.c core_readN (finalAddress, data, nWords, str_pct (thisCycle)); thisCycle 1927 src/dps8/dps8_append.c if (thisCycle == INDIRECT_WORD_FETCH) thisCycle 1931 src/dps8/dps8_append.c if (thisCycle == RTCD_OPERAND_FETCH) thisCycle 1935 src/dps8/dps8_append.c if (thisCycle == OPERAND_READ && (i->info->flags & CALL6_INS)) thisCycle 1939 src/dps8/dps8_append.c if (thisCycle == INSTRUCTION_FETCH || thisCycle 1940 src/dps8/dps8_append.c (thisCycle == OPERAND_READ && (i->info->flags & TRANSFER_INS))) thisCycle 2051 src/dps8/dps8_append.c if (thisCycle == OPERAND_READ && (i->info->flags & TSPN_INS)) thisCycle 2077 src/dps8/dps8_append.c if (thisCycle == INSTRUCTION_FETCH && thisCycle 128 src/dps8/dps8_append.h word24 do_append_cycle (processor_cycle_type thisCycle, word36 * data, uint nWords); thisCycle 169 src/dps8/dps8_append.h static inline void fauxDoAppendCycle (processor_cycle_type thisCycle) thisCycle 171 src/dps8/dps8_append.h cpu.apu.lastCycle = thisCycle;