summaryrefslogtreecommitdiff
path: root/src/core/arm/skyeye_common/armdefs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-251-279/+0
* dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-251-28/+23
* dyncom: Move helper functions to their own headerGravatar Lioncash2015-07-251-34/+0
* armdefs: Remove unnecessary extern keywordsGravatar Lioncash2015-07-251-25/+25
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-3/+3
* dyncom: Get rid of armemu.hGravatar Lioncash2015-05-231-0/+28
* Remove unnecessary dyncom header filesGravatar Lioncash2015-05-071-4/+0
* Dyncom: Move cream cache to ARMul_State.Gravatar bunnei2015-05-011-0/+6
* dyncom: Remove more unused/unnecessary codeGravatar Lioncash2015-04-201-52/+1
* dyncom: Remove unused/unnecessary VFP cruftGravatar Lioncash2015-04-171-26/+0
* vfp: Get rid of the VFP_OFFSET macroGravatar Lioncash2015-04-061-2/+4
* Move CP15 enum definitions into their own enum.Gravatar Lioncash2015-04-061-1/+1
* dyncom: Move CP15 register writing into its own function.Gravatar Lioncash2015-04-021-0/+1
* dyncom: Move CP15 register reading into its own function.Gravatar Lioncash2015-04-021-0/+2
* dyncom: Migrate InAPrivilegedMode to armsuppGravatar Lioncash2015-03-261-0/+1
* dyncom: Make Load/Store instructions support big endianGravatar Lioncash2015-03-171-1/+2
* arm: Remove unnecessary booleansGravatar Lioncash2015-02-251-18/+5
* arm: General cleanupGravatar Lioncash2015-02-131-15/+1
* dyncom: Switch the app and system cores into the correct mode at initializationGravatar Lioncash2015-02-121-2/+2
* arm: Remove ARMul_EmulateInitGravatar Lioncash2015-02-121-1/+0
* armdefs: Remove unnecessary extern CGravatar Lioncash2015-02-121-6/+0
* arm: Remove ARM26 support.Gravatar Lioncash2015-02-111-20/+0
* arm: Get rid of some magic constants. Specify proper ARM mode.Gravatar Lioncash2015-02-111-0/+7
* arm: Change some more constants into enumsGravatar Lioncash2015-02-111-9/+14
* arm: Remove TRUE/FALSE definesGravatar Lioncash2015-02-101-9/+3
* arm: Clean up ARMul_StateGravatar Lioncash2015-01-311-110/+71
* arm: Adios armemuGravatar Lioncash2015-01-311-157/+4
* arm: Throw out a lot of unnecessary codeGravatar Lioncash2015-01-301-206/+6
* armdefs: Move some defines over to enumsGravatar Lioncash2015-01-301-131/+112
* dyncom: Add a helper function for addition with a carryGravatar Lioncash2015-01-121-0/+1
* Merge pull request #417 from kevinhartman/exclusive-tag-fixGravatar bunnei2015-01-061-11/+11
|\
| * Added exclusive reservation granule from ARMv7 spec to dyncom to protect LDR/...Gravatar Kevin Hartman2015-01-051-11/+11
* | dyncom: Implement QADD/QSUB/QDADD/QDSUBGravatar Lioncash2015-01-051-0/+5
|/
* dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDGravatar Lioncash2015-01-021-0/+2
* dyncom: Implement USAT/SSATGravatar bunnei2014-12-291-0/+2
* armemu: Implement QADD8/QSUB8Gravatar Lioncash2014-12-291-0/+5
* dyncom: Implement USAD8/USADA8Gravatar Lioncash2014-12-281-0/+1
* dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX.Gravatar Lioncash2014-12-271-0/+5
* armemu: Fix construction of the CPSRGravatar Lioncash2014-12-221-1/+1
* Merge pull request #276 from lioncash/decrappifyGravatar bunnei2014-12-141-306/+169
|\
| * Clean up armdefs.hGravatar Lioncash2014-12-141-306/+169
* | ARM: Pull some SkyEye fixes from 3dmoo.Gravatar bunnei2014-12-141-0/+1
|/
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-241-16/+18
* Change some SkyEye defines to const intsGravatar Yuri Kunde Schlesner2014-11-241-16/+16
* ARM: Removed unnecessary and unused SkyEye MMU code.Gravatar bunnei2014-10-251-1/+0
* ARM: Reorganized file structure to move shared SkyEye code to a more common a...Gravatar bunnei2014-10-251-0/+931