| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-17 | armemu: Combine SSUB16, SADD16, SASX, and SSAX. | Lioncash | |
| 2014-12-17 | Merge pull request #292 from lioncash/backports | bunnei | |
| Backport more skyeye fixes from 3dmoo | |||
| 2014-12-17 | armemu: Unset GE flags for UADD8 if results are < 0x100 | Lioncash | |
| Reference manual states these must be set to zero if this case is true. | |||
| 2014-12-17 | armemu: Fix SSUB16 | Lioncash | |
| 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 | Merge pull request #293 from lioncash/sops | bunnei | |
| armemu: Fix SADD16 | |||
| 2014-12-17 | Merge pull request #287 from lioncash/qaddsub16 | bunnei | |
| armemu: Join QADD16/QSUB16 and fix saturation clamping. | |||
| 2014-12-17 | armemu: Implement UMAAL | Lioncash | |
| 2014-12-17 | armemu: Narrow the scope of some variables in handle_v6_insn | Lioncash | |
| There's no reason to have these in the outer-most scope. | |||
| 2014-12-17 | armemu: Fix SADD16 | Lioncash | |
| 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 | armemu: Fix PKHTB | Normmatt | |
| 2014-12-17 | armemu: Implement REVSH | Normmatt | |
| 2014-12-17 | armemu: Fix UXTAB/UXTAH | Normmatt | |
| 2014-12-17 | armemu: Fix SXTAB | Normmatt | |
| 2014-12-17 | armemu: Fix SXTAH | Normmatt | |
| 2014-12-17 | Merge pull request #289 from lioncash/smops | bunnei | |
| Join SMUAD, SMUSD, and SMLAD ops. Also fix them as well. | |||
| 2014-12-16 | armemu: Fix SMUAD, SMUSD, and SMLAD | Lioncash | |
| Wrong values were being multiplied together. | |||
| 2014-12-16 | armemu: Join SMUAD, SMUSD, and SMLAD | Lioncash | |
| 2014-12-16 | armemu: Fix lower-bound signed saturation clamping for QADD16/QSUB16. | Lioncash | |
| 2014-12-16 | armemu: Join QADD16 and QSUB16 together. | Lioncash | |
| The only difference between these ops is one adds and one subtracts. Everything is literally the same. | |||
| 2014-12-15 | armemu: Implement UXTAB16 | Lioncash | |
| 2014-12-14 | armemu: Fix UXTB16 | Lioncash | |
| Rotation bits are 10 and 11, not 9 and 10. | |||
| 2014-12-14 | ARM: Pull some SkyEye fixes from 3dmoo. | bunnei | |
| 2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | |
| 2014-12-08 | armemu: Fix SSAX | Lioncash | |
| 2014-12-08 | armemu: Fix SASX | Lioncash | |
| 2014-12-07 | armemu: Fix parenthesis warnings regarding bitwise ops | Lioncash | |
| 2014-11-02 | ARM: Merged additional ARMv6 instructions implemented by 3dmoo. | bunnei | |
| 2014-10-25 | ARM: Removed unused armos code from SkyEye. | bunnei | |
| 2014-10-25 | ARM: Reorganized file structure to move shared SkyEye code to a more common ↵ | bunnei | |
| area. Removed s_ prefix | |||
| 2014-07-23 | ARM: Synchronize Citra's SkyEye core with 3dmoo's. | bunnei | |
| 2014-06-04 | arm: reverting a change made with cb0663de - this has to have been a typo! | bunnei | |
| 2014-05-29 | arm: removed unnecessary code when calling SVC from skyeye | bunnei | |
| 2014-05-20 | armemu: missed rename of "Syscall" to "SVC" | bunnei | |
| 2014-05-17 | ignore thumbemu 0xDEADCODE debugging catch on MCR | bunnei | |
| 2014-05-17 | updated how we call ARM core to make things much faster | bunnei | |
| 2014-05-16 | - removed unused stubbed out code | bunnei | |
| - fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's | |||
| 2014-05-06 | - disable strict alignment on LDRD/STRD | bunnei | |
| - handle RD in STREX/STREXB | |||
| 2014-04-27 | removed commented out line - this was for an unimplemented MRC call, no ↵ | bunnei | |
| longer need to leave this here | |||
| 2014-04-25 | moved HLE::MRC to its own module, added support for catching data ↵ | bunnei | |
| synchronization barrier command | |||
| 2014-04-10 | base code to call a syscall from ARM11 appcore | bunnei | |
| 2014-04-08 | got rid of 'src' folders in each sub-project | bunnei | |
