dolphin/Source/Core/Core/PowerPC/Interpreter
Lioncash d6bafbfaaf Interpreter_Paired: Handle signaling NaNs within ps_res and ps_rsqrte
Like regular fres and frsqrte, these also signal whether or not either
of the inputs are signaling NaNs.
2018-06-02 20:47:18 -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_FloatingPoint: Unset FPSCR.FI and FPSCR.FR if a division by zero exception occurs in fres and frsqrte 2018-06-02 20:26:20 -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 Interpreter_Paired: Handle signaling NaNs within ps_res and ps_rsqrte 2018-06-02 20:47:18 -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
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