cycleCnt 37 src/dps8/dps8_addrmods.c #define DBG_CTR cpu.cycleCnt cycleCnt 45 src/dps8/dps8_append.c #define DBG_CTR cpu.cycleCnt cycleCnt 52 src/dps8/dps8_append.c # define DBG_CTR cpu.cycleCnt cycleCnt 90 src/dps8/dps8_cpu.c #define DBG_CTR cpu.cycleCnt cycleCnt 1595 src/dps8/dps8_cpu.c cpu.cycleCnt = 0; cycleCnt 1796 src/dps8/dps8_cpu.c if (sim_deb_break && cpu.cycleCnt >= sim_deb_break) cycleCnt 2400 src/dps8/dps8_cpu.c cpu.cycleCnt ++; cycleCnt 3484 src/dps8/dps8_cpu.c cycleCntAll = cycleCntAll + (unsigned long long)cpus[n].cycleCnt; cycleCnt 3491 src/dps8/dps8_cpu.c if (cycleCntAll > (unsigned long long)cpu.cycleCnt) cycleCnt 3798 src/dps8/dps8_cpu.c (long long unsigned int)cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC, addr, cycleCnt 3873 src/dps8/dps8_cpu.c (long long unsigned int)cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC, cycleCnt 3953 src/dps8/dps8_cpu.c (unsigned long long int)cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC, cycleCnt 3996 src/dps8/dps8_cpu.c (unsigned long long int)cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC, cycleCnt 4033 src/dps8/dps8_cpu.c (unsigned long long int)cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC, cycleCnt 4083 src/dps8/dps8_cpu.c (unsigned long long int)cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC, cycleCnt 4106 src/dps8/dps8_cpu.c (long long unsigned int)cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC, cycleCnt 5193 src/dps8/dps8_cpu.c if (! cpus[cpuNo].cycleCnt) cycleCnt 5272 src/dps8/dps8_cpu.c sim_msg ("\r| cycles %15llu |\r\n", (unsigned long long)cpus[cpuNo].cycleCnt); cycleCnt 5306 src/dps8/dps8_cpu.c sim_msg ("\r| cycles %'15llu |\r\n", (unsigned long long)cpus[cpuNo].cycleCnt); cycleCnt 5408 src/dps8/dps8_cpu.c cpus[i].cycleCnt = 0; cycleCnt 1572 src/dps8/dps8_cpu.h unsigned long long cycleCnt; cycleCnt 68 src/dps8/dps8_eis.c #define DBG_CTR cpu.cycleCnt cycleCnt 47 src/dps8/dps8_faults.c #define DBG_CTR cpu.cycleCnt cycleCnt 690 src/dps8/dps8_faults.c sim_printf("\r\nCycles = %"PRId64"\r\n", cpu.cycleCnt); cycleCnt 834 src/dps8/dps8_faults.c sim_printf("\r\nCycles = %"PRId64"\r\n", cpu.cycleCnt); cycleCnt 46 src/dps8/dps8_iefp.c #define DBG_CTR cpu.cycleCnt cycleCnt 57 src/dps8/dps8_ins.c #define DBG_CTR cpu.cycleCnt cycleCnt 1373 src/dps8/dps8_ins.c trk (cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC, IWB_IRODD); cycleCnt 8789 src/dps8/dps8_ins.c (unsigned long long)cpu.cycleCnt); cycleCnt 8795 src/dps8/dps8_ins.c (unsigned long long)cpu.cycleCnt); cycleCnt 8861 src/dps8/dps8_ins.c cycleCnt 3491 src/dps8/dps8_iom.c sim_printf ("// CIOC %lld\r\n", cpu.cycleCnt); cycleCnt 3653 src/dps8/dps8_iom.c __func__, iomChar (iom_unit_idx), cpu.cycleCnt, cpu.PPR.PSR, cpu.PPR.IC); cycleCnt 47 src/dps8/dps8_math.c #define DBG_CTR cpu.cycleCnt cycleCnt 113 src/dps8/dps8_rt.c if (cpus[cpuNo].cycleCnt) { cycleCnt 33 src/dps8/dps8_simh.h cpu.cycleCnt >= sim_deb_start && \ cycleCnt 34 src/dps8/dps8_simh.h (sim_deb_stop == 0 || cpu.cycleCnt < sim_deb_stop) && \ cycleCnt 90 src/dps8/dps8_sys.c #define DBG_CTR cpu.cycleCnt cycleCnt 183 src/dps8/hdbg.c hevents[p].time = cpu.cycleCnt; \ cycleCnt 264 src/dps8/hdbg.c hevents[p].time = cpu.cycleCnt; cycleCnt 37 src/dps8/tracker.c void trk (unsigned long long cycleCnt, uint16_t segno, uint32_t ic, uint64_t opcode) cycleCnt 59 src/dps8/tracker.c (unsigned long long int)cycleCnt); cycleCnt 18 src/dps8/tracker.h void trk (unsigned long long cycleCnt, uint16_t segno, uint32_t ic, uint64_t opcode);