summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/armemu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #293 from lioncash/sopsbunnei2014-12-171-8/+9
|\
| * armemu: Fix SADD16Lioncash2014-12-171-8/+9
* | Merge pull request #287 from lioncash/qaddsub16bunnei2014-12-171-33/+37
|\ \ | |/ |/|
| * armemu: Fix lower-bound signed saturation clamping for QADD16/QSUB16.Lioncash2014-12-161-2/+2
| * armemu: Join QADD16 and QSUB16 together.Lioncash2014-12-161-33/+37
* | Merge pull request #289 from lioncash/smopsbunnei2014-12-171-38/+35
|\ \
| * | armemu: Fix SMUAD, SMUSD, and SMLADLioncash2014-12-161-3/+3
| * | armemu: Join SMUAD, SMUSD, and SMLADLioncash2014-12-161-38/+35
| |/
* / armemu: Implement UXTAB16Lioncash2014-12-161-10/+25
|/
* armemu: Fix UXTB16Lioncash2014-12-151-12/+12
* ARM: Pull some SkyEye fixes from 3dmoo.bunnei2014-12-151-415/+481
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-2/+2
* armemu: Fix SSAXLioncash2014-12-081-1/+1
* armemu: Fix SASXLioncash2014-12-081-1/+1
* armemu: Fix parenthesis warnings regarding bitwise opsLioncash2014-12-081-4/+4
* ARM: Merged additional ARMv6 instructions implemented by 3dmoo.bunnei2014-11-021-42/+234
* ARM: Removed unused armos code from SkyEye.bunnei2014-10-251-3/+0
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-3/+3
* ARM: Synchronize Citra's SkyEye core with 3dmoo's.bunnei2014-07-241-4898/+4320
* arm: reverting a change made with cb0663de - this has to have been a typo!bunnei2014-06-051-1/+1
* arm: removed unnecessary code when calling SVC from skyeyebunnei2014-05-301-16/+0
* armemu: missed rename of "Syscall" to "SVC"bunnei2014-05-211-1/+1
* ignore thumbemu 0xDEADCODE debugging catch on MCRbunnei2014-05-171-2/+1
* updated how we call ARM core to make things much fasterbunnei2014-05-171-1/+1
* - removed unused stubbed out codebunnei2014-05-171-11/+0
* - disable strict alignment on LDRD/STRDbunnei2014-05-071-17/+22
* removed commented out line - this was for an unimplemented MRC call, no longer need to leave this herebunnei2014-04-281-1/+0
* moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei2014-04-251-1/+2
* base code to call a syscall from ARM11 appcorebunnei2014-04-111-0/+3
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+6631