Home
last modified time | relevance | path

Searched refs:EXCEPTION_OV (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/gxemul/gxemul-0.6.3/src/include/
H A Dcop0.h195 #define EXCEPTION_OV 12 /* Arithmetic Overflow */ macro
/dports/emulators/mednafen/mednafen/src/psx/
H A Dcpu.h218 EXCEPTION_OV = 12 // Arithmetic overflow enumerator
H A Dcpu.cpp824 new_PC = Exception(EXCEPTION_OV, PC, new_PC, instr); in RunReal()
849 new_PC = Exception(EXCEPTION_OV, PC, new_PC, instr); in RunReal()
1971 new_PC = Exception(EXCEPTION_OV, PC, new_PC, instr); in RunReal()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/psx/
H A Dcpu.h229 EXCEPTION_OV = 12 // Arithmetic overflow enumerator
H A Dcpu.cpp919 new_PC = Exception(EXCEPTION_OV, PC, new_PC, instr); in RunReal()
947 new_PC = Exception(EXCEPTION_OV, PC, new_PC, instr); in RunReal()
2185 new_PC = Exception(EXCEPTION_OV, PC, new_PC, instr); in RunReal()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/psx/
H A Dcpu.h229 EXCEPTION_OV = 12 // Arithmetic overflow enumerator
H A Dcpu.cpp919 new_PC = Exception(EXCEPTION_OV, PC, new_PC, instr); in RunReal()
947 new_PC = Exception(EXCEPTION_OV, PC, new_PC, instr); in RunReal()
2185 new_PC = Exception(EXCEPTION_OV, PC, new_PC, instr); in RunReal()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/mips/
H A Dr4000.cpp500 cpu_exception(EXCEPTION_OV); in cpu_execute()
514 cpu_exception(EXCEPTION_OV); in cpu_execute()
548 cpu_exception(EXCEPTION_OV); in cpu_execute()
562 cpu_exception(EXCEPTION_OV); in cpu_execute()
787 cpu_exception(EXCEPTION_OV); in cpu_execute()
867 cpu_exception(EXCEPTION_OV); in cpu_execute()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mips/
H A Dr4000.cpp500 cpu_exception(EXCEPTION_OV); in cpu_execute()
514 cpu_exception(EXCEPTION_OV); in cpu_execute()
548 cpu_exception(EXCEPTION_OV); in cpu_execute()
562 cpu_exception(EXCEPTION_OV); in cpu_execute()
787 cpu_exception(EXCEPTION_OV); in cpu_execute()
867 cpu_exception(EXCEPTION_OV); in cpu_execute()
/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dcpu_mips_instr.cc1592 mips_cpu_exception(cpu, EXCEPTION_OV, 0, 0, 0, 0, 0, 0); in X()
1609 mips_cpu_exception(cpu, EXCEPTION_OV, 0, 0, 0, 0, 0, 0); in X()
1627 mips_cpu_exception(cpu, EXCEPTION_OV, 0, 0, 0, 0, 0, 0); in X()
1645 mips_cpu_exception(cpu, EXCEPTION_OV, 0, 0, 0, 0, 0, 0); in X()
1877 mips_cpu_exception(cpu, EXCEPTION_OV, 0, 0, 0, 0, 0, 0); in X()
1898 mips_cpu_exception(cpu, EXCEPTION_OV, 0, 0, 0, 0, 0, 0); in X()