suyu/src/core/arm/interpreter
Lioncash 58dc554733 armemu: Fix SSUB16
Broken from the same reason SADD16 was.

The lo part of the result should only be constructed from the lo halfwords of rm and rn.
The hi part of the result should only be constructed from the hi halfwords of rm and rn.
2014-12-17 15:40:10 -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 SSUB16 2014-12-17 15:40:10 -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