dolphin/Source/Core/Core/PowerPC/Interpreter
Mat M 9ea3e833ba
Merge pull request #7141 from lioncash/fp
Interpreter_FPUtils: Handle the FPSCR.ZE and FPSCR.VE flags with arithmetic instructions
2018-07-04 22:26:24 -04:00
..
ExceptionUtils.h Interpreter: Move common exception functions to ExceptionUtils.h 2018-05-20 18:25:32 -04:00
Interpreter_Branch.cpp Interpreter: Check processor privilege level when executing supervisor instructions 2018-05-21 23:47:49 -04:00
Interpreter_FloatingPoint.cpp Interpreter_FPUtils: Handle the FPSCR.ZE and FPSCR.VE flags with arithmetic instructions 2018-06-19 18:09:03 -04:00
Interpreter_FPUtils.h Interpreter_FPUtils: Handle the FPSCR.ZE and FPSCR.VE flags with arithmetic instructions 2018-06-19 18:09:03 -04:00
Interpreter_Integer.cpp Interpreter_Integer: Correct negative overflow handling for divw 2018-05-22 10:39:08 -04:00
Interpreter_LoadStore.cpp Interpreter: Check processor privilege level when executing supervisor instructions 2018-05-21 23:47:49 -04:00
Interpreter_LoadStorePaired.cpp Interpreter_LoadStorePaired: Generate a program exception if non-indexed paired-single load/stores are used and HID2.LSQE is not set 2018-06-21 17:16:54 -04:00
Interpreter_Paired.cpp Interpreter_FPUtils: Handle the FPSCR.ZE and FPSCR.VE flags with arithmetic instructions 2018-06-19 18:09:03 -04:00
Interpreter_SystemRegisters.cpp Merge pull request #7145 from lioncash/mtspr 2018-06-21 11:36:12 +02:00
Interpreter_Tables.cpp PPCTables: Make the op type enum an enum class 2018-03-18 18:53:58 -04:00
Interpreter.cpp Common: Namespace GekkoDisassembler.cpp/.h 2018-05-25 16:55:09 -04:00
Interpreter.h Interpreter_FloatingPoint: Factor out common code from fctiw and fctiwz 2018-05-28 13:28:44 -04:00