summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/armdefs.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-01arm: Clean up ARMul_StateLioncash1-110/+71
2015-02-01arm: Adios armemuLioncash1-157/+4
2015-01-30arm: Throw out a lot of unnecessary codeLioncash1-206/+6
2015-01-30armdefs: Move some defines over to enumsLioncash1-131/+112
2015-01-12dyncom: Add a helper function for addition with a carryLioncash1-0/+1
2015-01-06Added exclusive reservation granule from ARMv7 spec to dyncom to protect LDR/STREX.Kevin Hartman1-11/+11
2015-01-05dyncom: Implement QADD/QSUB/QDADD/QDSUBLioncash1-0/+5
2015-01-03dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDLioncash1-0/+2
2014-12-30dyncom: Implement USAT/SSATbunnei1-0/+2
2014-12-29armemu: Implement QADD8/QSUB8Lioncash1-0/+5
2014-12-28dyncom: Implement USAD8/USADA8Lioncash1-0/+1
2014-12-27dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX.Lioncash1-0/+5
2014-12-23armemu: Fix construction of the CPSRLioncash1-1/+1
2014-12-15ARM: Pull some SkyEye fixes from 3dmoo.bunnei1-0/+1
2014-12-14Clean up armdefs.hLioncash1-306/+169
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner1-16/+18
2014-11-24Change some SkyEye defines to const intsYuri Kunde Schlesner1-16/+16
2014-10-25ARM: Removed unnecessary and unused SkyEye MMU code.bunnei1-1/+0
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei1-2/+2
2014-07-24ARM: Synchronize Citra's SkyEye core with 3dmoo's.bunnei1-0/+5
2014-07-20core: Kill off type redefenitions in armdefs.hLioncash1-7/+0
2014-05-21arm: removed include of windows.h from armdefs.h to arminit.c (only module that uses it)bunnei1-4/+0
2014-05-17updated how we call ARM core to make things much fasterbunnei1-0/+1
2014-04-23fixes to build on linuxbunnei1-0/+2
2014-04-09fixed project includes to use new directory structurebunnei1-2/+2
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-05moved arm core to interpreter directorybunnei1-0/+0
2014-04-02convert tabs to spacesbunnei1-275/+275
2013-09-24removed <windows.h> include from common.h and added it only where neededShizZy1-0/+4
2013-09-18added ARMulator/skyeye ARM11 core to the projectShizZy1-0/+930