Home
last modified time | relevance | path

Searched refs:static_generate_exception (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/e132xs/
H A De132xsdrc.cpp159 static_generate_exception(EXCEPTION_IO2, "io2"); in code_flush_cache()
160 static_generate_exception(EXCEPTION_IO1, "io1"); in code_flush_cache()
161 static_generate_exception(EXCEPTION_INT4, "int4"); in code_flush_cache()
162 static_generate_exception(EXCEPTION_INT3, "int3"); in code_flush_cache()
163 static_generate_exception(EXCEPTION_INT2, "int2"); in code_flush_cache()
164 static_generate_exception(EXCEPTION_INT1, "int1"); in code_flush_cache()
165 static_generate_exception(EXCEPTION_IO3, "io3"); in code_flush_cache()
166 static_generate_exception(EXCEPTION_TIMER, "timer"); in code_flush_cache()
167 static_generate_exception(EXCEPTION_RESERVED1, "reserved1"); in code_flush_cache()
168 static_generate_exception(EXCEPTION_TRACE, "trace"); in code_flush_cache()
[all …]
H A De132xs.h482 void static_generate_exception(uint32_t exception, const char *name);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/e132xs/
H A De132xsdrc.cpp159 static_generate_exception(EXCEPTION_IO2, "io2"); in code_flush_cache()
160 static_generate_exception(EXCEPTION_IO1, "io1"); in code_flush_cache()
161 static_generate_exception(EXCEPTION_INT4, "int4"); in code_flush_cache()
162 static_generate_exception(EXCEPTION_INT3, "int3"); in code_flush_cache()
163 static_generate_exception(EXCEPTION_INT2, "int2"); in code_flush_cache()
164 static_generate_exception(EXCEPTION_INT1, "int1"); in code_flush_cache()
165 static_generate_exception(EXCEPTION_IO3, "io3"); in code_flush_cache()
166 static_generate_exception(EXCEPTION_TIMER, "timer"); in code_flush_cache()
167 static_generate_exception(EXCEPTION_RESERVED1, "reserved1"); in code_flush_cache()
168 static_generate_exception(EXCEPTION_TRACE, "trace"); in code_flush_cache()
[all …]
H A De132xs.h482 void static_generate_exception(uint32_t exception, const char *name);
/dports/emulators/mess/mame-mame0226/src/devices/cpu/mips/
H A Dmips3drc.cpp236 static_generate_exception(EXCEPTION_INTERRUPT, true, "exception_interrupt"); in code_flush_cache()
238 static_generate_exception(EXCEPTION_TLBMOD, true, "exception_tlbmod"); in code_flush_cache()
239 static_generate_exception(EXCEPTION_TLBLOAD, true, "exception_tlbload"); in code_flush_cache()
240 static_generate_exception(EXCEPTION_TLBSTORE, true, "exception_tlbstore"); in code_flush_cache()
243 static_generate_exception(EXCEPTION_ADDRLOAD, true, "exception_addrload"); in code_flush_cache()
245 static_generate_exception(EXCEPTION_SYSCALL, true, "exception_syscall"); in code_flush_cache()
246 static_generate_exception(EXCEPTION_BREAK, true, "exception_break"); in code_flush_cache()
248 static_generate_exception(EXCEPTION_BADCOP, true, "exception_badcop"); in code_flush_cache()
249 static_generate_exception(EXCEPTION_OVERFLOW, true, "exception_overflow"); in code_flush_cache()
250 static_generate_exception(EXCEPTION_TRAP, true, "exception_trap"); in code_flush_cache()
[all …]
H A Dmips3.h621 void static_generate_exception(uint8_t exception, int recover, const char *name);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mips/
H A Dmips3drc.cpp236 static_generate_exception(EXCEPTION_INTERRUPT, true, "exception_interrupt"); in code_flush_cache()
238 static_generate_exception(EXCEPTION_TLBMOD, true, "exception_tlbmod"); in code_flush_cache()
239 static_generate_exception(EXCEPTION_TLBLOAD, true, "exception_tlbload"); in code_flush_cache()
240 static_generate_exception(EXCEPTION_TLBSTORE, true, "exception_tlbstore"); in code_flush_cache()
243 static_generate_exception(EXCEPTION_ADDRLOAD, true, "exception_addrload"); in code_flush_cache()
245 static_generate_exception(EXCEPTION_SYSCALL, true, "exception_syscall"); in code_flush_cache()
246 static_generate_exception(EXCEPTION_BREAK, true, "exception_break"); in code_flush_cache()
248 static_generate_exception(EXCEPTION_BADCOP, true, "exception_badcop"); in code_flush_cache()
249 static_generate_exception(EXCEPTION_OVERFLOW, true, "exception_overflow"); in code_flush_cache()
250 static_generate_exception(EXCEPTION_TRAP, true, "exception_trap"); in code_flush_cache()
[all …]
H A Dmips3.h621 void static_generate_exception(uint8_t exception, int recover, const char *name);
/dports/emulators/mess/mame-mame0226/src/devices/cpu/powerpc/
H A Dppcdrc.cpp324 static_generate_exception(EXCEPTION_RESET, true, "exception_reset"); in code_flush_cache()
326 static_generate_exception(EXCEPTION_DSI, true, "exception_dsi"); in code_flush_cache()
327 static_generate_exception(EXCEPTION_ISI, true, "exception_isi"); in code_flush_cache()
328 static_generate_exception(EXCEPTION_EI, true, "exception_ei"); in code_flush_cache()
329 static_generate_exception(EXCEPTION_EI, false, "exception_ei_norecover"); in code_flush_cache()
330 static_generate_exception(EXCEPTION_ALIGN, true, "exception_align"); in code_flush_cache()
331 static_generate_exception(EXCEPTION_PROGRAM, true, "exception_program"); in code_flush_cache()
333 static_generate_exception(EXCEPTION_DECREMENT, true, "exception_decrementer"); in code_flush_cache()
334 static_generate_exception(EXCEPTION_SYSCALL, true, "exception_syscall"); in code_flush_cache()
335 static_generate_exception(EXCEPTION_TRACE, true, "exception_trace"); in code_flush_cache()
[all …]
H A Dppc.h655 void static_generate_exception(uint8_t exception, int recover, const char *name);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/powerpc/
H A Dppcdrc.cpp324 static_generate_exception(EXCEPTION_RESET, true, "exception_reset"); in code_flush_cache()
326 static_generate_exception(EXCEPTION_DSI, true, "exception_dsi"); in code_flush_cache()
327 static_generate_exception(EXCEPTION_ISI, true, "exception_isi"); in code_flush_cache()
328 static_generate_exception(EXCEPTION_EI, true, "exception_ei"); in code_flush_cache()
329 static_generate_exception(EXCEPTION_EI, false, "exception_ei_norecover"); in code_flush_cache()
330 static_generate_exception(EXCEPTION_ALIGN, true, "exception_align"); in code_flush_cache()
331 static_generate_exception(EXCEPTION_PROGRAM, true, "exception_program"); in code_flush_cache()
333 static_generate_exception(EXCEPTION_DECREMENT, true, "exception_decrementer"); in code_flush_cache()
334 static_generate_exception(EXCEPTION_SYSCALL, true, "exception_syscall"); in code_flush_cache()
335 static_generate_exception(EXCEPTION_TRACE, true, "exception_trace"); in code_flush_cache()
[all …]
H A Dppc.h655 void static_generate_exception(uint8_t exception, int recover, const char *name);
/dports/emulators/mess/mame-mame0226/src/devices/cpu/sharc/
H A Dsharc.h619 void static_generate_exception(uint8_t exception, const char *name);
H A Dsharcdrc.cpp558 void adsp21062_device::static_generate_exception(uint8_t exception, const char *name) in static_generate_exception() function in adsp21062_device
929 static_generate_exception(EXCEPTION_INTERRUPT, "exception_interrupt"); in flush_cache()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/sharc/
H A Dsharc.h619 void static_generate_exception(uint8_t exception, const char *name);
H A Dsharcdrc.cpp558 void adsp21062_device::static_generate_exception(uint8_t exception, const char *name) in static_generate_exception() function in adsp21062_device
929 static_generate_exception(EXCEPTION_INTERRUPT, "exception_interrupt"); in flush_cache()