mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-25 18:29:49 +00:00
df7ff76404
Calculate overflow first before calculating condition codes because the overflow condition is copied from XER. Fix OV calculation. Previously, it was using power_setsoov which I think is only for add and subtract operations. doz does a subtract but only if the result is supposed to be positive, therefore a negative result indicates an overflow. |
||
---|---|---|
.. | ||
test | ||
CMakeLists.txt | ||
poweropcodes.cpp | ||
ppcdisasm.cpp | ||
ppcdisasm.h | ||
ppcemu.h | ||
ppcexceptions.cpp | ||
ppcexec.cpp | ||
ppcfpopcodes.cpp | ||
ppcmacros.h | ||
ppcmmu.cpp | ||
ppcmmu.h | ||
ppcopcodes.cpp |