/dports/emulators/mess/mame-mame0226/src/devices/cpu/mips/ |
H A D | mips3com.h | 145 #define EXCEPTION_INTERRUPT 0 macro
|
H A D | mips1.h | 37 EXCEPTION_INTERRUPT = 0x00000000, enumerator
|
H A D | mips3drc.cpp | 236 static_generate_exception(EXCEPTION_INTERRUPT, true, "exception_interrupt"); in code_flush_cache() 237 static_generate_exception(EXCEPTION_INTERRUPT, false, "exception_interrupt_norecover"); in code_flush_cache() 580 alloc_handle(*m_drcuml, m_exception_norecover[EXCEPTION_INTERRUPT], "interrupt_norecover"); in static_generate_entry_point() 604 UML_CALLH(block, *m_exception_norecover[EXCEPTION_INTERRUPT]); // callh exception_norecover in static_generate_entry_point() 791 if ((PRINTF_EXCEPTIONS && exception != EXCEPTION_INTERRUPT && exception != EXCEPTION_SYSCALL) || in static_generate_exception() 1061 …UML_CALLH(block, *m_exception_norecover[EXCEPTION_INTERRUPT]); // callh interrupt_norec… in generate_update_cycles() 1080 …UML_CALLH(block, *m_exception_norecover[EXCEPTION_INTERRUPT]); // callh interrupt_norec… in generate_update_cycles()
|
H A D | mips3.cpp | 301 else if (exception == EXCEPTION_INTERRUPT && m_flavor == MIPS3_TYPE_R5900) in generate_exception() 373 generate_exception(EXCEPTION_INTERRUPT, 0); in check_irqs() 379 generate_exception(EXCEPTION_INTERRUPT, 0); in check_irqs() 1733 generate_exception(EXCEPTION_INTERRUPT, 0); in set_cop0_reg()
|
H A D | mips1.cpp | 260 generate_exception(EXCEPTION_INTERRUPT); in execute_run()
|
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mips/ |
H A D | mips3com.h | 145 #define EXCEPTION_INTERRUPT 0 macro
|
H A D | mips1.h | 37 EXCEPTION_INTERRUPT = 0x00000000, enumerator
|
H A D | mips3drc.cpp | 236 static_generate_exception(EXCEPTION_INTERRUPT, true, "exception_interrupt"); in code_flush_cache() 237 static_generate_exception(EXCEPTION_INTERRUPT, false, "exception_interrupt_norecover"); in code_flush_cache() 580 alloc_handle(*m_drcuml, m_exception_norecover[EXCEPTION_INTERRUPT], "interrupt_norecover"); in static_generate_entry_point() 604 UML_CALLH(block, *m_exception_norecover[EXCEPTION_INTERRUPT]); // callh exception_norecover in static_generate_entry_point() 791 if ((PRINTF_EXCEPTIONS && exception != EXCEPTION_INTERRUPT && exception != EXCEPTION_SYSCALL) || in static_generate_exception() 1061 …UML_CALLH(block, *m_exception_norecover[EXCEPTION_INTERRUPT]); // callh interrupt_norec… in generate_update_cycles() 1080 …UML_CALLH(block, *m_exception_norecover[EXCEPTION_INTERRUPT]); // callh interrupt_norec… in generate_update_cycles()
|
H A D | mips3.cpp | 301 else if (exception == EXCEPTION_INTERRUPT && m_flavor == MIPS3_TYPE_R5900) in generate_exception() 373 generate_exception(EXCEPTION_INTERRUPT, 0); in check_irqs() 379 generate_exception(EXCEPTION_INTERRUPT, 0); in check_irqs() 1733 generate_exception(EXCEPTION_INTERRUPT, 0); in set_cop0_reg()
|
/dports/emulators/mess/mame-mame0226/src/devices/cpu/score/ |
H A D | scorem.h | 146 #define EXCEPTION_INTERRUPT 20 macro
|
H A D | score.cpp | 329 gen_exception(EXCEPTION_INTERRUPT, i); in check_irq() 359 case EXCEPTION_INTERRUPT: in gen_exception()
|
/dports/emulators/mame/mame-mame0226/src/devices/cpu/score/ |
H A D | scorem.h | 146 #define EXCEPTION_INTERRUPT 20 macro
|
H A D | score.cpp | 329 gen_exception(EXCEPTION_INTERRUPT, i); in check_irq() 359 case EXCEPTION_INTERRUPT: in gen_exception()
|
/dports/emulators/mess/mame-mame0226/src/devices/cpu/asap/ |
H A D | asap.cpp | 34 constexpr int EXCEPTION_INTERRUPT = 3; variable 460 generate_exception(EXCEPTION_INTERRUPT); in check_irqs()
|
/dports/emulators/mame/mame-mame0226/src/devices/cpu/asap/ |
H A D | asap.cpp | 34 constexpr int EXCEPTION_INTERRUPT = 3; variable 460 generate_exception(EXCEPTION_INTERRUPT); in check_irqs()
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/mips/ |
H A D | r3000.c | 64 #define EXCEPTION_INTERRUPT 0 macro 312 generate_exception(EXCEPTION_INTERRUPT); in check_irqs()
|
H A D | mips3.c | 81 #define EXCEPTION_INTERRUPT 0 macro 376 generate_exception(EXCEPTION_INTERRUPT, 0); in check_irqs()
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/mips/ |
H A D | r3000.c | 64 #define EXCEPTION_INTERRUPT 0 macro 312 generate_exception(EXCEPTION_INTERRUPT); in check_irqs()
|
H A D | mips3.c | 81 #define EXCEPTION_INTERRUPT 0 macro 379 generate_exception(EXCEPTION_INTERRUPT, 0); in check_irqs()
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/asap/ |
H A D | asap.c | 37 #define EXCEPTION_INTERRUPT 3 macro 398 generate_exception(EXCEPTION_INTERRUPT); in check_irqs()
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/asap/ |
H A D | asap.c | 37 #define EXCEPTION_INTERRUPT 3 macro 392 generate_exception(EXCEPTION_INTERRUPT); in check_irqs()
|
/dports/emulators/mess/mame-mame0226/src/devices/cpu/sharc/ |
H A D | sharc.h | 201 EXCEPTION_INTERRUPT = 0, enumerator
|
H A D | sharcdrc.cpp | 929 static_generate_exception(EXCEPTION_INTERRUPT, "exception_interrupt"); in flush_cache() 955 alloc_handle(m_exception[EXCEPTION_INTERRUPT], "exception_interrupt"); in static_generate_entry_point() 974 …UML_CALLH(block, *m_exception[EXCEPTION_INTERRUPT]); // callh m_e… in static_generate_entry_point() 1238 …UML_CALLH(block, *m_exception[EXCEPTION_INTERRUPT]); // callh m_e… in generate_update_cycles()
|
/dports/emulators/mame/mame-mame0226/src/devices/cpu/sharc/ |
H A D | sharc.h | 201 EXCEPTION_INTERRUPT = 0, enumerator
|
H A D | sharcdrc.cpp | 929 static_generate_exception(EXCEPTION_INTERRUPT, "exception_interrupt"); in flush_cache() 955 alloc_handle(m_exception[EXCEPTION_INTERRUPT], "exception_interrupt"); in static_generate_entry_point() 974 …UML_CALLH(block, *m_exception[EXCEPTION_INTERRUPT]); // callh m_e… in static_generate_entry_point() 1238 …UML_CALLH(block, *m_exception[EXCEPTION_INTERRUPT]); // callh m_e… in generate_update_cycles()
|