thisCycle 1061 src/dps8/dps8_append.c word24 do_append_cycle (cpu_state_t * cpup, processor_cycle_type thisCycle, word36 * data, uint nWords) { thisCycle 1062 src/dps8/dps8_append.c switch (thisCycle) { thisCycle 1088 src/dps8/dps8_append.c (long long unsigned)thisCycle, __func__, __FILE__, __LINE__); thisCycle 1191 src/dps8/dps8_append.c word24 do_append_cycle (processor_cycle_type thisCycle, word36 * data, thisCycle 1196 src/dps8/dps8_append.c str_pct (thisCycle)); thisCycle 1214 src/dps8/dps8_append.c bool StrOp = (thisCycle == OPERAND_STORE || thisCycle 1215 src/dps8/dps8_append.c thisCycle == APU_DATA_STORE); thisCycle 1231 src/dps8/dps8_append.c cpu.apu.lastCycle = thisCycle; thisCycle 1270 src/dps8/dps8_append.c if (thisCycle == RTCD_OPERAND_FETCH && thisCycle 1326 src/dps8/dps8_append.c if (thisCycle != ABSA_CYCLE) thisCycle 1373 src/dps8/dps8_append.c if (thisCycle == INSTRUCTION_FETCH && thisCycle 1385 src/dps8/dps8_append.c if (thisCycle == OPERAND_READ && (i->info->flags & CALL6_INS)) thisCycle 1397 src/dps8/dps8_append.c thisCycle 1399 src/dps8/dps8_append.c thisCycle 1400 src/dps8/dps8_append.c thisCycle 1401 src/dps8/dps8_append.c thisCycle 1403 src/dps8/dps8_append.c thisCycle 1406 src/dps8/dps8_append.c thisCycle 1410 src/dps8/dps8_append.c if (thisCycle == INSTRUCTION_FETCH || thisCycle 1411 src/dps8/dps8_append.c (thisCycle == OPERAND_READ && (i->info->flags & TRANSFER_INS))) thisCycle 1419 src/dps8/dps8_append.c if (!StrOp || thisCycle == OPERAND_RMW || thisCycle == APU_DATA_RMW) // -V560 thisCycle 1466 src/dps8/dps8_append.c if (StrOp || thisCycle == OPERAND_RMW || thisCycle == APU_DATA_RMW) thisCycle 1780 src/dps8/dps8_append.c if (thisCycle != ABSA_CYCLE) thisCycle 1826 src/dps8/dps8_append.c if (thisCycle == RTCD_OPERAND_FETCH && thisCycle 1853 src/dps8/dps8_append.c thisCycle == OPERAND_RMW || thisCycle 1854 src/dps8/dps8_append.c thisCycle == APU_DATA_RMW) && cpu.PTW->M == 0) // is this the right way to do this? thisCycle 1888 src/dps8/dps8_append.c if (thisCycle != ABSA_CYCLE) thisCycle 1894 src/dps8/dps8_append.c if (thisCycle == OPERAND_STORE && cpu.useZone) thisCycle 1896 src/dps8/dps8_append.c core_write_zone (finalAddress, * data, str_pct (thisCycle)); thisCycle 1900 src/dps8/dps8_append.c core_writeN (finalAddress, data, nWords, str_pct (thisCycle)); thisCycle 1905 src/dps8/dps8_append.c if ((thisCycle == OPERAND_RMW || thisCycle == APU_DATA_RMW) && nWords == 1) thisCycle 1907 src/dps8/dps8_append.c core_read_lock (finalAddress, data, str_pct (thisCycle)); thisCycle 1911 src/dps8/dps8_append.c if (thisCycle == OPERAND_RMW || thisCycle == APU_DATA_RMW) thisCycle 1913 src/dps8/dps8_append.c core_readN (finalAddress, data, nWords, str_pct (thisCycle)); thisCycle 1916 src/dps8/dps8_append.c if (thisCycle != ABSA_CYCLE) thisCycle 1917 src/dps8/dps8_append.c core_readN (finalAddress, data, nWords, str_pct (thisCycle)); thisCycle 1922 src/dps8/dps8_append.c if (thisCycle == INDIRECT_WORD_FETCH) thisCycle 1926 src/dps8/dps8_append.c if (thisCycle == RTCD_OPERAND_FETCH) thisCycle 1930 src/dps8/dps8_append.c if (thisCycle == OPERAND_READ && (i->info->flags & CALL6_INS)) thisCycle 1934 src/dps8/dps8_append.c if (thisCycle == INSTRUCTION_FETCH || thisCycle 1935 src/dps8/dps8_append.c (thisCycle == OPERAND_READ && (i->info->flags & TRANSFER_INS))) thisCycle 2046 src/dps8/dps8_append.c if (thisCycle == OPERAND_READ && (i->info->flags & TSPN_INS)) thisCycle 2072 src/dps8/dps8_append.c if (thisCycle == INSTRUCTION_FETCH && thisCycle 125 src/dps8/dps8_append.h word24 do_append_cycle (cpu_state_t * cpup, processor_cycle_type thisCycle, word36 * data, uint nWords); thisCycle 166 src/dps8/dps8_append.h static inline void fauxDoAppendCycle (cpu_state_t * cpup, processor_cycle_type thisCycle) thisCycle 168 src/dps8/dps8_append.h cpu.apu.lastCycle = thisCycle;