dolphin/Source/Core/Core/PowerPC/Interpreter
Lioncash 468efb7243 Interpreter_FPUtils: Unset FPSCR.FI and FPSCR.FR if an invalid operation occurs in NI_* functions
If an invalid operation occurs, FI and FR bits are defined to be cleared
to zero for arithmetic operations.
2018-06-02 20:18:51 -04:00
..
ExceptionUtils.h Interpreter: Move common exception functions to ExceptionUtils.h 2018-05-20 18:25:32 -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
Interpreter_Branch.cpp Interpreter: Check processor privilege level when executing supervisor instructions 2018-05-21 23:47:49 -04:00
Interpreter_FloatingPoint.cpp Interpreter_FloatingPoint: Clear FPSCR.FI and FPSCR.FR in invalid operation cases 2018-06-02 15:30:56 -04:00
Interpreter_FPUtils.h Interpreter_FPUtils: Unset FPSCR.FI and FPSCR.FR if an invalid operation occurs in NI_* functions 2018-06-02 20:18:51 -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 PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
Interpreter_Paired.cpp Common: Move floating-point utility functions to FloatUtils.h/.cpp 2018-05-07 02:56:32 -04:00
Interpreter_SystemRegisters.cpp Interpreter: Check processor privilege level when executing supervisor instructions 2018-05-21 23:47:49 -04:00
Interpreter_Tables.cpp PPCTables: Make the op type enum an enum class 2018-03-18 18:53:58 -04:00