dolphin/Source
Lioncash a08ad82ace Interpreter_FloatingPoint: Don't store to destination in fres if VE or ZE is set and a relevant exception occurs
In the PowerPC Microprocessor Family: The Programming Environments
Manual for 32 and 64-bit Microprocessors, in section 3.3.6.1, Table
3-12 lists what should occur if an invalid operation exception occurs in
situations where VE is set and when VE is not set. In the case where VE
is set, it lists the frD as "Unchanged". It also lists the FPRF flags as
"Unchanged".

Further down in Table 3-13, the listings for what should occur when zero
divide exceptions occur is listed, both for when ZE is set, and when it
isn't. When ZE is set, it lists frD as "Unchanged". It also lists the
FPRF flags as "Unchanged" as well.

This also alters the code so that we don't even calculate the result if
we don't need to compute it, making it a little bit less wasteful.
2018-06-01 20:21:09 -04:00
..
Android Android: Refresh all fragments, not just the selected one 2018-06-01 18:17:51 +02:00
Core Interpreter_FloatingPoint: Don't store to destination in fres if VE or ZE is set and a relevant exception occurs 2018-06-01 20:21:09 -04:00
DSPSpy
DSPTool Common: Move host communication enum to Host.h 2018-05-28 14:34:59 -04:00
PCH
UnitTests Common: Move host communication enum to Host.h 2018-05-28 14:34:59 -04:00
VSProps Remove SOIL altogether from the project. 2018-05-20 13:44:42 +02:00
.clang-format
CMakeLists.txt
dolphin-emu.sln Remove SOIL altogether from the project. 2018-05-20 13:44:42 +02:00