1. 17 Dec, 2014 3 commits
    • Lioncash's avatar
      armemu: Fix SADD16 · 5289a496
      Lioncash authored
      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.
      5289a496
    • bunnei's avatar
      Merge pull request #289 from lioncash/smops · fdb4ef52
      bunnei authored
      Join SMUAD, SMUSD, and SMLAD ops. Also fix them as well.
      fdb4ef52
    • bunnei's avatar
      Merge pull request #290 from lioncash/vsub · ec9ac2f5
      bunnei authored
      armemu: Backport some VFP fixes from 3dmoo.
      ec9ac2f5
  2. 16 Dec, 2014 26 commits
  3. 15 Dec, 2014 11 commits