processor_cycle_type   50 src/dps8/doAppendCycleABSA.h   processor_cycle_type lastCycle = cpu.apu.lastCycle;
processor_cycle_type   48 src/dps8/doAppendCycleAPUDataRMW.h   processor_cycle_type lastCycle = cpu.apu.lastCycle;
processor_cycle_type   48 src/dps8/doAppendCycleAPUDataRead.h   processor_cycle_type lastCycle = cpu.apu.lastCycle;
processor_cycle_type   48 src/dps8/doAppendCycleAPUDataStore.h   processor_cycle_type lastCycle = cpu.apu.lastCycle;
processor_cycle_type  133 src/dps8/doAppendCycleIndirectWordFetch.h   processor_cycle_type lastCycle = cpu.apu.lastCycle;
processor_cycle_type  190 src/dps8/doAppendCycleInstructionFetch.h   processor_cycle_type lastCycle = cpu.apu.lastCycle;
processor_cycle_type   48 src/dps8/doAppendCycleOperandRMW.h   processor_cycle_type lastCycle = cpu.apu.lastCycle;
processor_cycle_type  194 src/dps8/doAppendCycleOperandRead.h   processor_cycle_type lastCycle = cpu.apu.lastCycle;
processor_cycle_type   48 src/dps8/doAppendCycleOperandStore.h   processor_cycle_type lastCycle = cpu.apu.lastCycle;
processor_cycle_type   48 src/dps8/doAppendCycleRTCDOperandFetch.h   processor_cycle_type lastCycle = cpu.apu.lastCycle;
processor_cycle_type 1047 src/dps8/dps8_append.c static char *str_pct (processor_cycle_type t)
processor_cycle_type 1066 src/dps8/dps8_append.c word24 do_append_cycle (processor_cycle_type thisCycle, word36 * data, uint nWords) {
processor_cycle_type 1196 src/dps8/dps8_append.c word24 do_append_cycle (processor_cycle_type thisCycle, word36 * data,
processor_cycle_type 1235 src/dps8/dps8_append.c     processor_cycle_type lastCycle = cpu.apu.lastCycle;
processor_cycle_type  128 src/dps8/dps8_append.h word24 do_append_cycle (processor_cycle_type thisCycle, word36 * data, uint nWords);
processor_cycle_type  169 src/dps8/dps8_append.h static inline void fauxDoAppendCycle (processor_cycle_type thisCycle)
processor_cycle_type 3449 src/dps8/dps8_cpu.c t_stat write_operand (word18 addr, UNUSED processor_cycle_type cyctyp)
processor_cycle_type  853 src/dps8/dps8_cpu.h     processor_cycle_type lastCycle;
processor_cycle_type 1978 src/dps8/dps8_cpu.h t_stat write_operand (word18 addr, processor_cycle_type acctyp);
processor_cycle_type   54 src/dps8/dps8_iefp.c void Read (word18 address, word36 * result, processor_cycle_type cyctyp)
processor_cycle_type  536 src/dps8/dps8_iefp.c void Read2 (word18 address, word36 * result, processor_cycle_type cyctyp) {
processor_cycle_type 1209 src/dps8/dps8_iefp.c void Write (word18 address, word36 data, processor_cycle_type cyctyp) {
processor_cycle_type 1405 src/dps8/dps8_iefp.c void Write2 (word18 address, word36 * data, processor_cycle_type cyctyp)
processor_cycle_type   24 src/dps8/dps8_iefp.h void Read (word18 addr, word36 *dat, processor_cycle_type cyctyp);
processor_cycle_type   25 src/dps8/dps8_iefp.h void Read2 (word18 addr, word36 *dat, processor_cycle_type cyctyp);
processor_cycle_type   26 src/dps8/dps8_iefp.h void Write (word18 addr, word36 dat, processor_cycle_type cyctyp);
processor_cycle_type   27 src/dps8/dps8_iefp.h void Write2 (word18 address, word36 * data, processor_cycle_type cyctyp);