cycleCnt           40 src/dps8/dps8_addrmods.c #define DBG_CTR cpu.cycleCnt
cycleCnt           48 src/dps8/dps8_append.c #define DBG_CTR cpu.cycleCnt
cycleCnt           55 src/dps8/dps8_append.c # define DBG_CTR cpu.cycleCnt
cycleCnt           69 src/dps8/dps8_cpu.c #define DBG_CTR cpu.cycleCnt
cycleCnt         1528 src/dps8/dps8_cpu.c     cpu.cycleCnt = 0;
cycleCnt         1745 src/dps8/dps8_cpu.c     if (sim_deb_break && cpu.cycleCnt >= sim_deb_break)
cycleCnt         2209 src/dps8/dps8_cpu.c         cpu.cycleCnt ++;
cycleCnt         3151 src/dps8/dps8_cpu.c     sim_msg ("cycles        %15llu\r\n", (unsigned long long)cpu.cycleCnt);
cycleCnt         3163 src/dps8/dps8_cpu.c     sim_msg ("cycles        %'15llu\r\n", (unsigned long long)cpu.cycleCnt);
cycleCnt         3403 src/dps8/dps8_cpu.c                     (long long unsigned int)cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC, addr,
cycleCnt         3480 src/dps8/dps8_cpu.c                  (long long unsigned int)cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC,
cycleCnt         3562 src/dps8/dps8_cpu.c                 (unsigned long long int)cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC,
cycleCnt         3607 src/dps8/dps8_cpu.c                  (unsigned long long int)cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC,
cycleCnt         3644 src/dps8/dps8_cpu.c                  (unsigned long long int)cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC,
cycleCnt         3696 src/dps8/dps8_cpu.c              (unsigned long long int)cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC,
cycleCnt         3719 src/dps8/dps8_cpu.c              (long long unsigned int)cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC,
cycleCnt         1532 src/dps8/dps8_cpu.h     unsigned long long cycleCnt;
cycleCnt           71 src/dps8/dps8_eis.c #define DBG_CTR cpu.cycleCnt
cycleCnt           50 src/dps8/dps8_faults.c #define DBG_CTR cpu.cycleCnt
cycleCnt          692 src/dps8/dps8_faults.c                 sim_printf("\nCycles = %"PRId64"\n", cpu.cycleCnt);
cycleCnt          835 src/dps8/dps8_faults.c                 sim_printf("\nCycles = %"PRId64"\n", cpu.cycleCnt);
cycleCnt           49 src/dps8/dps8_iefp.c #define DBG_CTR cpu.cycleCnt
cycleCnt           59 src/dps8/dps8_ins.c #define DBG_CTR cpu.cycleCnt
cycleCnt         1306 src/dps8/dps8_ins.c   trk (cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC, IWB_IRODD);
cycleCnt         8334 src/dps8/dps8_ins.c                           (unsigned long long)cpu.cycleCnt);
cycleCnt         8340 src/dps8/dps8_ins.c                           (unsigned long long)cpu.cycleCnt);
cycleCnt         8367 src/dps8/dps8_ins.c 
cycleCnt         8377 src/dps8/dps8_ins.c                 sim_printf ("[%lld] sys_trouble$die DIS causes CPU halt\n", cpu.cycleCnt);
cycleCnt         3311 src/dps8/dps8_iom.c           sim_printf ("// CIOC %lld\r\n", cpu.cycleCnt);
cycleCnt         3472 src/dps8/dps8_iom.c                __func__, iomChar (iom_unit_idx), cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC);
cycleCnt           50 src/dps8/dps8_math.c #define DBG_CTR cpu.cycleCnt
cycleCnt           35 src/dps8/dps8_simh.h       cpu.cycleCnt >= sim_deb_start && \
cycleCnt           36 src/dps8/dps8_simh.h       (sim_deb_stop == 0 || cpu.cycleCnt < sim_deb_stop) && \
cycleCnt           98 src/dps8/dps8_sys.c #define DBG_CTR cpu.cycleCnt
cycleCnt          175 src/dps8/hdbg.c   hevents[p].time = cpu.cycleCnt; \
cycleCnt          248 src/dps8/hdbg.c   hevents[p].time                = cpu.cycleCnt;
cycleCnt           40 src/dps8/tracker.c void trk (unsigned long long cycleCnt, uint16_t segno, uint32_t ic, uint64_t opcode)
cycleCnt           62 src/dps8/tracker.c                  (unsigned long long int)cycleCnt);
cycleCnt           21 src/dps8/tracker.h void trk (unsigned long long cycleCnt, uint16_t segno, uint32_t ic, uint64_t opcode);