Lime-3DS-Emulator/src/core/arm/interpreter
Lioncash 5289a496a7 armemu: Fix SADD16
The lo and hi parts of the result were being constructed as a result of hi and lo halfword intermixing from the rm and rn regs. However the lo part of the result should be constructed only from the lo halfwords of rm and rn, and the hi part of the result should only be constructed from the hi halfwords of rm and rn.
2014-12-17 09:36:25 -05:00
..
arm_interpreter.cpp Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 2014-11-19 09:03:07 +00:00
arm_interpreter.h Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 2014-11-19 09:03:07 +00:00
armcopro.cpp ARM: Removed unnecessary and unused SkyEye MMU code. 2014-10-25 14:11:41 -04:00
armemu.cpp armemu: Fix SADD16 2014-12-17 09:36:25 -05:00
arminit.cpp ARM: Reorganized file structure to move shared SkyEye code to a more common area. 2014-10-25 14:11:39 -04:00
armsupp.cpp Convert old logging calls to new logging macros 2014-12-13 02:08:02 -02:00
armvirt.cpp ARM: Removed unnecessary and unused SkyEye MMU code. 2014-10-25 14:11:41 -04:00
thumbemu.cpp Convert old logging calls to new logging macros 2014-12-13 02:08:02 -02:00