summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/armemu.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-17armemu: Fix SADD16Lioncash1-8/+9
2014-12-16armemu: Fix SMUAD, SMUSD, and SMLADLioncash1-3/+3
2014-12-16armemu: Join SMUAD, SMUSD, and SMLADLioncash1-38/+35
2014-12-16armemu: Fix lower-bound signed saturation clamping for QADD16/QSUB16.Lioncash1-2/+2
2014-12-16armemu: Join QADD16 and QSUB16 together.Lioncash1-33/+37
2014-12-16armemu: Implement UXTAB16Lioncash1-10/+25
2014-12-15armemu: Fix UXTB16Lioncash1-12/+12
2014-12-15ARM: Pull some SkyEye fixes from 3dmoo.bunnei1-415/+481
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-2/+2
2014-12-08armemu: Fix SSAXLioncash1-1/+1
2014-12-08armemu: Fix SASXLioncash1-1/+1
2014-12-08armemu: Fix parenthesis warnings regarding bitwise opsLioncash1-4/+4
2014-11-02ARM: Merged additional ARMv6 instructions implemented by 3dmoo.bunnei1-42/+234
2014-10-25ARM: Removed unused armos code from SkyEye.bunnei1-3/+0
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei1-3/+3
2014-07-24ARM: Synchronize Citra's SkyEye core with 3dmoo's.bunnei1-4898/+4320
2014-06-05arm: reverting a change made with cb0663de - this has to have been a typo!bunnei1-1/+1
2014-05-30arm: removed unnecessary code when calling SVC from skyeyebunnei1-16/+0
2014-05-21armemu: missed rename of "Syscall" to "SVC"bunnei1-1/+1
2014-05-17ignore thumbemu 0xDEADCODE debugging catch on MCRbunnei1-2/+1
2014-05-17updated how we call ARM core to make things much fasterbunnei1-1/+1
2014-05-17- removed unused stubbed out codebunnei1-11/+0
2014-05-07- disable strict alignment on LDRD/STRDbunnei1-17/+22
2014-04-28removed commented out line - this was for an unimplemented MRC call, no longer need to leave this herebunnei1-1/+0
2014-04-25moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei1-1/+2
2014-04-11base code to call a syscall from ARM11 appcorebunnei1-0/+3
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-05got rid of some really poorly named macros in SkyEye corebunnei1-2/+2
2014-04-05moved arm core to interpreter directorybunnei1-0/+0
2014-04-04added thumb mode emulationbunnei1-3/+3
2014-04-02convert tabs to spacesbunnei1-5442/+5442
2014-03-30added various arm modules from skyeye to make project link OKbunnei1-4/+17
2013-09-18added ARMulator/skyeye ARM11 core to the projectShizZy1-0/+6618