Home
last modified time | relevance | path

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

/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dcpu_mips_instr.cc185 if (likely(!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT))) { in X()
205 if (likely(!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT))) { in X()
242 if (likely(!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT))) { in X()
262 if (likely(!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT))) { in X()
297 if (likely(!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT))) { in X()
312 if (likely(!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT))) in X()
335 if (likely(!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT))) { in X()
356 if (likely(!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT))) { in X()
374 if (likely(!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT))) { in X()
2068 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
[all …]
H A Dcpu_sh_instr.cc1839 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
1851 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) in X()
1866 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
1885 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
1902 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
1916 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
1934 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
1953 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
2010 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
2029 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
[all …]
H A Dcpu_m88k_instr.cc101 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
126 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
152 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
200 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
239 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
329 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
349 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
371 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
393 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in X()
1925 if (cpu->delay_slot == EXCEPTION_IN_DELAY_SLOT) in X()
H A Dcpu_m88k_instr_loadstore.cc176 cpu->delay_slot |= EXCEPTION_IN_DELAY_SLOT; in LS_GENERIC_N()
H A Dcpu_m88k.cc750 cpu->delay_slot = EXCEPTION_IN_DELAY_SLOT; in m88k_exception()
784 if (!(cpu->delay_slot & EXCEPTION_IN_DELAY_SLOT)) { in m88k_exception()
H A Dcpu_sh.cc671 cpu->delay_slot = EXCEPTION_IN_DELAY_SLOT; in sh_exception()
H A Dcpu_dyntrans.cc1958 cpu->delay_slot |= EXCEPTION_IN_DELAY_SLOT;
H A Dcpu_mips.cc1946 cpu->delay_slot = EXCEPTION_IN_DELAY_SLOT; in mips_cpu_exception()
/dports/emulators/gxemul/gxemul-0.6.3/src/include/
H A Dcpu.h308 #define EXCEPTION_IN_DELAY_SLOT 8 macro