summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/armdefs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* armdefs: Remove unnecessary extern keywordsLioncash2015-07-261-25/+25
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-3/+3
* dyncom: Get rid of armemu.hLioncash2015-05-241-0/+28
* Remove unnecessary dyncom header filesLioncash2015-05-081-4/+0
* Dyncom: Move cream cache to ARMul_State.bunnei2015-05-021-0/+6
* dyncom: Remove more unused/unnecessary codeLioncash2015-04-201-52/+1
* dyncom: Remove unused/unnecessary VFP cruftLioncash2015-04-181-26/+0
* vfp: Get rid of the VFP_OFFSET macroLioncash2015-04-061-2/+4
* Move CP15 enum definitions into their own enum.Lioncash2015-04-061-1/+1
* dyncom: Move CP15 register writing into its own function.Lioncash2015-04-021-0/+1
* dyncom: Move CP15 register reading into its own function.Lioncash2015-04-021-0/+2
* dyncom: Migrate InAPrivilegedMode to armsuppLioncash2015-03-261-0/+1
* dyncom: Make Load/Store instructions support big endianLioncash2015-03-171-1/+2
* arm: Remove unnecessary booleansLioncash2015-02-251-18/+5
* arm: General cleanupLioncash2015-02-131-15/+1
* dyncom: Switch the app and system cores into the correct mode at initializationLioncash2015-02-131-2/+2
* arm: Remove ARMul_EmulateInitLioncash2015-02-121-1/+0
* armdefs: Remove unnecessary extern CLioncash2015-02-121-6/+0
* arm: Remove ARM26 support.Lioncash2015-02-111-20/+0
* arm: Get rid of some magic constants. Specify proper ARM mode.Lioncash2015-02-111-0/+7
* arm: Change some more constants into enumsLioncash2015-02-111-9/+14
* arm: Remove TRUE/FALSE definesLioncash2015-02-101-9/+3
* arm: Clean up ARMul_StateLioncash2015-02-011-110/+71
* arm: Adios armemuLioncash2015-02-011-157/+4
* arm: Throw out a lot of unnecessary codeLioncash2015-01-301-206/+6
* armdefs: Move some defines over to enumsLioncash2015-01-301-131/+112
* dyncom: Add a helper function for addition with a carryLioncash2015-01-121-0/+1
* Merge pull request #417 from kevinhartman/exclusive-tag-fixbunnei2015-01-061-11/+11
|\
| * Added exclusive reservation granule from ARMv7 spec to dyncom to protect LDR/STREX.Kevin Hartman2015-01-061-11/+11
* | dyncom: Implement QADD/QSUB/QDADD/QDSUBLioncash2015-01-051-0/+5
|/
* dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDLioncash2015-01-031-0/+2
* dyncom: Implement USAT/SSATbunnei2014-12-301-0/+2
* armemu: Implement QADD8/QSUB8Lioncash2014-12-291-0/+5
* dyncom: Implement USAD8/USADA8Lioncash2014-12-281-0/+1
* dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX.Lioncash2014-12-271-0/+5
* armemu: Fix construction of the CPSRLioncash2014-12-231-1/+1
* Merge pull request #276 from lioncash/decrappifybunnei2014-12-151-306/+169
|\
| * Clean up armdefs.hLioncash2014-12-141-306/+169
* | ARM: Pull some SkyEye fixes from 3dmoo.bunnei2014-12-151-0/+1
|/
* HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner2014-11-241-16/+18
* Change some SkyEye defines to const intsYuri Kunde Schlesner2014-11-241-16/+16
* ARM: Removed unnecessary and unused SkyEye MMU code.bunnei2014-10-251-1/+0
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-0/+931