Home
last modified time | relevance | path

Searched refs:INSTRUCTION_FETCH (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_append.c1106 case INSTRUCTION_FETCH: return "INSTRUCTION_FETCH"; in str_pct()
1380 if (thisCycle == INSTRUCTION_FETCH && in do_append_cycle()
1404 bool boolA = (thisCycle == INSTRUCTION_FETCH || in do_append_cycle()
1408 bool boolB = (thisCycle == INSTRUCTION_FETCH || in do_append_cycle()
1417 if (thisCycle == INSTRUCTION_FETCH || in do_append_cycle()
1941 if (thisCycle == INSTRUCTION_FETCH || in do_append_cycle()
2080 if (thisCycle == INSTRUCTION_FETCH && in do_append_cycle()
H A Ddps8_iefp.c38 if (cpu.cu.XSF || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29)) in Read()
141 if (cpu.cu.XSF || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29) || in Read2()
499 …if (cpu.cu.XSF /*get_went_appending ()*/ || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction… in Write()
597 …if (cpu.cu.XSF /*get_went_appending ()*/ || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction… in Write2()
H A Ddps8.h231 INSTRUCTION_FETCH, enumerator
H A Ddps8_ins.c1095 Read (addr, & cpu.cu.IWB, INSTRUCTION_FETCH); in fetchInstruction()
1099 Read2 (addr, tmp, INSTRUCTION_FETCH); in fetchInstruction()
1116 Read2 (addr, tmp, INSTRUCTION_FETCH); in fetchInstruction()
1122 Read (addr, & cpu.cu.IWB, INSTRUCTION_FETCH); in fetchInstruction()
1945 INSTRUCTION_FETCH); in executeInstruction()
10158 fauxDoAppendCycle (INSTRUCTION_FETCH); in doRCU()
H A Ddps8_cpu.c2503 cpu.apu.lastCycle = INSTRUCTION_FETCH; in threadz_sim_instr()
/dports/emulators/hercules/hercules-3.13/
H A Dsie.c1061 ip = INSTRUCTION_FETCH(GUESTREGS, 0); in ARCH_DEP()
H A Dcpu.c1688 ip = INSTRUCTION_FETCH(&regs, 0); in ARCH_DEP()
H A Dgeneral1.c3146 ip = INSTRUCTION_FETCH(regs, 1); in DEF_INST()
3197 ip = INSTRUCTION_FETCH(regs, 1); in DEF_INST()
H A Dopcode.h372 #define INSTRUCTION_FETCH(_regs, _exec) \ macro