Home
last modified time | relevance | path

Searched refs:TO_BE_DELAYED (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dcpu_mips_instr.cc182 cpu->delay_slot = TO_BE_DELAYED; in X()
202 cpu->delay_slot = TO_BE_DELAYED; in X()
239 cpu->delay_slot = TO_BE_DELAYED; in X()
259 cpu->delay_slot = TO_BE_DELAYED; in X()
294 cpu->delay_slot = TO_BE_DELAYED; in X()
309 cpu->delay_slot = TO_BE_DELAYED; in X()
331 cpu->delay_slot = TO_BE_DELAYED; in X()
352 cpu->delay_slot = TO_BE_DELAYED; in X()
370 cpu->delay_slot = TO_BE_DELAYED; in X()
391 cpu->delay_slot = TO_BE_DELAYED; in X()
[all …]
H A Dcpu_sh_instr.cc1836 cpu->delay_slot = TO_BE_DELAYED; in X()
1848 cpu->delay_slot = TO_BE_DELAYED; in X()
1863 cpu->delay_slot = TO_BE_DELAYED; in X()
1882 cpu->delay_slot = TO_BE_DELAYED; in X()
1899 cpu->delay_slot = TO_BE_DELAYED; in X()
1913 cpu->delay_slot = TO_BE_DELAYED; in X()
1931 cpu->delay_slot = TO_BE_DELAYED; in X()
1950 cpu->delay_slot = TO_BE_DELAYED; in X()
2007 cpu->delay_slot = TO_BE_DELAYED; in X()
2026 cpu->delay_slot = TO_BE_DELAYED; in X()
[all …]
H A Dcpu_m88k_instr.cc98 cpu->delay_slot = TO_BE_DELAYED; in X()
123 cpu->delay_slot = TO_BE_DELAYED; in X()
149 cpu->delay_slot = TO_BE_DELAYED; in X()
197 cpu->delay_slot = TO_BE_DELAYED; in X()
236 cpu->delay_slot = TO_BE_DELAYED; in X()
326 cpu->delay_slot = TO_BE_DELAYED; in X()
346 cpu->delay_slot = TO_BE_DELAYED; in X()
368 cpu->delay_slot = TO_BE_DELAYED; in X()
390 cpu->delay_slot = TO_BE_DELAYED; in X()
2046 if (cpu->delay_slot == TO_BE_DELAYED && low_pc == 0) { in X()
/dports/emulators/gxemul/gxemul-0.6.3/src/include/
H A Dcpu.h307 #define TO_BE_DELAYED 2 macro