summaryrefslogtreecommitdiff
path: root/src/core/arm/interpreter
AgeCommit message (Expand)Author
2015-07-25dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonLioncash
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-23dyncom: Get rid of armemu.hLioncash
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-14dyncom: Removed irrelevant log.bunnei
2015-05-06Clean-up includesYuri Kunde Schlesner
2015-05-01Dyncom: Move cream cache to ARMul_State.bunnei
2015-04-20dyncom: Remove more unused/unnecessary codeLioncash
2015-04-17dyncom: Remove unused/unnecessary VFP cruftLioncash
2015-04-06core: Migrate 3DS-specific CP15 register setting into InitLioncash
2015-04-06Move CP15 enum definitions into their own enum.Lioncash
2015-04-06dyncom: Properly return the value of the user RO thread registerLioncash
2015-04-06dyncom: Set CP15 reset values on initializationLioncash
2015-04-02dyncom: Move CP15 register writing into its own function.Lioncash
2015-04-02dyncom: Move CP15 register reading into its own function.Lioncash
2015-03-26dyncom: Migrate InAPrivilegedMode to armsuppLioncash
2015-03-17dyncom: Make Load/Store instructions support big endianLioncash
2015-02-25arm: Remove unnecessary booleansLioncash
2015-02-13arm: General cleanupLioncash
2015-02-12dyncom: Clean up the constructorLioncash
2015-02-12arm: Remove ARMul_EmulateInitLioncash
2015-02-11arm: Remove ARM26 support.Lioncash
2015-02-11arm: Get rid of some magic constants. Specify proper ARM mode.Lioncash
2015-02-10arm: Remove TRUE/FALSE definesLioncash
2015-01-31arm: Clean up ARMul_StateLioncash
2015-01-31arm: Adios armemuLioncash
2015-01-30arm: Throw out a lot of unnecessary codeLioncash
2015-01-19Cleanup: Logging in CoreChin
2015-01-12dyncom: Add a helper function for addition with a carryLioncash
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-05dyncom: Implement QADD/QSUB/QDADD/QDSUBLioncash
2015-01-02armemu: Fix missing Q flag check for SMLSD.Lioncash
2015-01-02dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDLioncash
2015-01-01Fix SADD8/SSUB8 in the armemuLioncash
2014-12-29dyncom: Implement USAT/SSATbunnei
2014-12-29armemu: Implement QADD8/QSUB8Lioncash
2014-12-28Merge pull request #355 from lioncash/simpbunnei
2014-12-28armemu: Fix PKHTB to do an arithmetic shift and correctly decode immediate fi...bunnei
2014-12-28armemu: Simplify SSAT/SSAT16/SXTB/SXTABLioncash
2014-12-28armemu: Simplify REV/REV16/SXTH/SXTAHLioncash
2014-12-28Merge pull request #354 from lioncash/usaduflowbunnei
2014-12-28armemu: Simplify USAT16/UXTB/UXTABLioncash
2014-12-28armemu: Simplify REVSH/UXTH/UXTAHLioncash
2014-12-28armemu: Fix underflows in USAD8/USADA8Lioncash
2014-12-27armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAXLioncash
2014-12-26armemu: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAXLioncash
2014-12-25Merge pull request #339 from bunnei/fixup-gsp-synchbunnei
2014-12-25ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei
2014-12-25Merge pull request #343 from lioncash/smmlabunnei
2014-12-25Merge pull request #341 from lioncash/moresmopsbunnei