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 1076 src/dps8/dps8_append.c     case INSTRUCTION_FETCH:
INSTRUCTION_FETCH 1378 src/dps8/dps8_append.c     if (thisCycle == INSTRUCTION_FETCH &&
INSTRUCTION_FETCH 1402 src/dps8/dps8_append.c 
INSTRUCTION_FETCH 1406 src/dps8/dps8_append.c 
INSTRUCTION_FETCH 1415 src/dps8/dps8_append.c     if (thisCycle == INSTRUCTION_FETCH ||
INSTRUCTION_FETCH 1939 src/dps8/dps8_append.c     if (thisCycle == INSTRUCTION_FETCH ||
INSTRUCTION_FETCH 2077 src/dps8/dps8_append.c     if (thisCycle == INSTRUCTION_FETCH &&
INSTRUCTION_FETCH  149 src/dps8/dps8_append.h # define doAppendCycleInstructionFetch(data, nWords) do_append_cycle (INSTRUCTION_FETCH, data, nWords)
INSTRUCTION_FETCH 2680 src/dps8/dps8_cpu.c                 cpu.apu.lastCycle    = INSTRUCTION_FETCH;
INSTRUCTION_FETCH   60 src/dps8/dps8_iefp.c     if (cpu.cu.XSF || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29))
INSTRUCTION_FETCH  422 src/dps8/dps8_iefp.c         fauxDoAppendCycle (INSTRUCTION_FETCH);
INSTRUCTION_FETCH  432 src/dps8/dps8_iefp.c         fauxDoAppendCycle (INSTRUCTION_FETCH);
INSTRUCTION_FETCH  541 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29) || cyctyp == RTCD_OPERAND_FETCH) // ISOLTS-886
INSTRUCTION_FETCH  796 src/dps8/dps8_iefp.c         fauxDoAppendCycle (INSTRUCTION_FETCH);
INSTRUCTION_FETCH  810 src/dps8/dps8_iefp.c         fauxDoAppendCycle (INSTRUCTION_FETCH);
INSTRUCTION_FETCH 1214 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29))
INSTRUCTION_FETCH 1410 src/dps8/dps8_iefp.c     if (cpu.cu.XSF /*get_went_appending ()*/ || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29))
INSTRUCTION_FETCH   37 src/dps8/dps8_iefp.h # define ReadInstructionFetch(addr,data) Read (addr, data, INSTRUCTION_FETCH)
INSTRUCTION_FETCH   43 src/dps8/dps8_iefp.h # define Read2InstructionFetch(addr,data) Read2 (addr, data, INSTRUCTION_FETCH)
INSTRUCTION_FETCH 9461 src/dps8/dps8_ins.c     fauxDoAppendCycle (INSTRUCTION_FETCH);