icOdd 1773 src/dps8/dps8_ins.c bool icOdd = !! (cpu.PPR.IC & 1); icOdd 1774 src/dps8/dps8_ins.c bool icEven = ! icOdd; icOdd 1777 src/dps8/dps8_ins.c if (cpu.cu.rpt || (cpu.cu.rd && icOdd) || cpu.cu.rl) icOdd 1785 src/dps8/dps8_ins.c (cpu.cu.rd && icOdd) || // rpd & odd icOdd 2010 src/dps8/dps8_ins.c bool icOdd = !! (cpu.PPR.IC & 1); icOdd 2011 src/dps8/dps8_ins.c bool icEven = ! icOdd; icOdd 2035 src/dps8/dps8_ins.c sim_debug (DBG_TRACEEXT, & cpu_dev, "RPT/RPD delta first %d rf %d rpt %d rd %d " "e/o %d X0 %06o a %d b %d\n", cpu.cu.repeat_first, rf, cpu.cu.rpt, cpu.cu.rd, icOdd, cpu.rX[0], rptA, rptB); icOdd 2052 src/dps8/dps8_ins.c if (cpu.cu.rd && icOdd && rptA) { // rpd, even instruction icOdd 2064 src/dps8/dps8_ins.c if (cpu.cu.rd && icOdd && rptB) { // rpdb, odd instruction icOdd 2104 src/dps8/dps8_ins.c if (cpu.cu.rpt || (cpu.cu.rd && icOdd) || cpu.cu.rl) {