dolphin/Source/Core/Core/PowerPC/Interpreter
Tillmann Karras d3dfdf7767 Interpreter: don't always set FPSCR.FX on NaNs
FPSCR.FX must only be set if an exception bit changes from 0 to 1.
SetFPException() already handles this correctly.
2015-12-16 21:17:36 +01:00
..
Interpreter_Branch.cpp Common: Move asserts to their own header 2015-09-26 18:51:27 -04:00
Interpreter_FloatingPoint.cpp Interpreter: don't always set FPSCR.FX on NaNs 2015-12-16 21:17:36 +01:00
Interpreter_FPUtils.h Interpreter: fix rounding of FNMA instructions 2015-07-18 22:54:15 +02:00
Interpreter_Integer.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Interpreter_LoadStore.cpp Jit64: implement dcbf + dcbi 2015-08-24 18:33:19 +02:00
Interpreter_LoadStorePaired.cpp Common: Move asserts to their own header 2015-09-26 18:51:27 -04:00
Interpreter_Paired.cpp Interpreter: fix rounding of FNMA instructions 2015-07-18 22:54:15 +02:00
Interpreter_SystemRegisters.cpp Common: Move asserts to their own header 2015-09-26 18:51:27 -04:00
Interpreter_Tables.cpp Core: Move includes out of instruction table headers 2015-08-22 14:15:02 -04:00
Interpreter_Tables.h Core: Move includes out of instruction table headers 2015-08-22 14:15:02 -04:00
Interpreter.cpp CPU: Convert CCPU into a namespace 2015-10-04 15:15:10 -04:00
Interpreter.h General: Remove unimplemented function prototypes 2015-09-05 22:01:07 -04:00