icOdd            1763 src/dps8/dps8_ins.c       bool icOdd  = !! (cpu.PPR.IC & 1);
icOdd            1764 src/dps8/dps8_ins.c       bool icEven = ! icOdd;
icOdd            1767 src/dps8/dps8_ins.c       if (cpu.cu.rpt || (cpu.cu.rd && icOdd) || cpu.cu.rl)
icOdd            1775 src/dps8/dps8_ins.c          (cpu.cu.rd && icOdd)  ||   // rpd & odd
icOdd            1990 src/dps8/dps8_ins.c   bool icOdd = !! (cpu.PPR.IC & 1);
icOdd            1991 src/dps8/dps8_ins.c   bool icEven = ! icOdd;
icOdd            2015 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            2032 src/dps8/dps8_ins.c       if (cpu.cu.rd && icOdd && rptA) { // rpd, even instruction
icOdd            2044 src/dps8/dps8_ins.c       if (cpu.cu.rd && icOdd && rptB) { // rpdb, odd instruction
icOdd            2084 src/dps8/dps8_ins.c     if (cpu.cu.rpt || (cpu.cu.rd && icOdd) || cpu.cu.rl) {