INSTRUCTION_FETCH  165 src/dps8/doAppendCycleInstructionFetch.h   cpu.apu.lastCycle = INSTRUCTION_FETCH;
INSTRUCTION_FETCH  191 src/dps8/doAppendCycleInstructionFetch.h   cpu.apu.lastCycle = INSTRUCTION_FETCH;
INSTRUCTION_FETCH 1071 src/dps8/dps8_append.c     case INSTRUCTION_FETCH:
INSTRUCTION_FETCH 1373 src/dps8/dps8_append.c     if (thisCycle == INSTRUCTION_FETCH &&
INSTRUCTION_FETCH 1397 src/dps8/dps8_append.c 
INSTRUCTION_FETCH 1401 src/dps8/dps8_append.c 
INSTRUCTION_FETCH 1410 src/dps8/dps8_append.c     if (thisCycle == INSTRUCTION_FETCH ||
INSTRUCTION_FETCH 1934 src/dps8/dps8_append.c     if (thisCycle == INSTRUCTION_FETCH ||
INSTRUCTION_FETCH 2072 src/dps8/dps8_append.c     if (thisCycle == INSTRUCTION_FETCH &&
INSTRUCTION_FETCH  146 src/dps8/dps8_append.h # define doAppendCycleInstructionFetch(data, nWords) do_append_cycle (INSTRUCTION_FETCH, data, nWords)
INSTRUCTION_FETCH 2641 src/dps8/dps8_cpu.c                 cpu.apu.lastCycle    = INSTRUCTION_FETCH;
INSTRUCTION_FETCH   57 src/dps8/dps8_iefp.c     if (cpu.cu.XSF || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29))
INSTRUCTION_FETCH  451 src/dps8/dps8_iefp.c         fauxDoAppendCycle (cpup, INSTRUCTION_FETCH);
INSTRUCTION_FETCH  463 src/dps8/dps8_iefp.c         fauxDoAppendCycle (cpup, INSTRUCTION_FETCH);
INSTRUCTION_FETCH  586 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29) || cyctyp == RTCD_OPERAND_FETCH) // ISOLTS-886
INSTRUCTION_FETCH  869 src/dps8/dps8_iefp.c         fauxDoAppendCycle (cpup, INSTRUCTION_FETCH);
INSTRUCTION_FETCH  885 src/dps8/dps8_iefp.c         fauxDoAppendCycle (cpup, INSTRUCTION_FETCH);
INSTRUCTION_FETCH 1307 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29))
INSTRUCTION_FETCH 1525 src/dps8/dps8_iefp.c     if (cpu.cu.XSF /*get_went_appending ()*/ || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29))
INSTRUCTION_FETCH   34 src/dps8/dps8_iefp.h # define ReadInstructionFetch(addr,data) Read (addr, data, INSTRUCTION_FETCH)
INSTRUCTION_FETCH   40 src/dps8/dps8_iefp.h # define Read2InstructionFetch(addr,data) Read2 (addr, data, INSTRUCTION_FETCH)
INSTRUCTION_FETCH 9797 src/dps8/dps8_ins.c     fauxDoAppendCycle (cpup, INSTRUCTION_FETCH);