summaryrefslogtreecommitdiff
path: root/src/core/arm/interpreter
AgeCommit message (Collapse)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
memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.
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
Gets rid of a sizeable amount of stuff in armdefs.
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
Also gets rid of preprocessor mumbo-jumbo
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
Also implements writing to the rest of the ARM11 MPCore CP15 register set.
2015-04-02dyncom: Move CP15 register reading into its own function.Lioncash
Keeps everything contained. Added all supported readable registers in an ARM11 MPCore.
2015-03-26dyncom: Migrate InAPrivilegedMode to armsuppLioncash
It's a generic helper function, so it should be here anyway.
2015-03-17dyncom: Make Load/Store instructions support big endianLioncash
2015-02-25arm: Remove unnecessary booleansLioncash
We don't care about any of these.
2015-02-13arm: General cleanupLioncash
- Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
2015-02-12dyncom: Clean up the constructorLioncash
Some function calls aren't necessary and would be handled by regular initialization routines.
2015-02-12arm: Remove ARMul_EmulateInitLioncash
This was only used for armemu, which has since been removed. Removed components related to this as well.
2015-02-11arm: Remove ARM26 support.Lioncash
This will never be used. 32-bit is the norm.
2015-02-11arm: Get rid of some magic constants. Specify proper ARM mode.Lioncash
Initially, we were starting the emulator in USER26MODE, which is incorrect, this should be USER32MODE.
2015-02-10arm: Remove TRUE/FALSE definesLioncash
- Removed the Debug parameter from ARMul_State since it isn't used. - Changed ARMul_CoProInit to a void function. It always returned true.
2015-01-31arm: Clean up ARMul_StateLioncash
Remove unnecessary/unused struct variables.
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
armemu: Simplify some instructions.
2014-12-28armemu: Fix PKHTB to do an arithmetic shift and correctly decode immediate ↵bunnei
field.
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
armemu: Fix underflows in USAD8/USADA8
2014-12-28armemu: Simplify USAT16/UXTB/UXTABLioncash
2014-12-28armemu: Simplify REVSH/UXTH/UXTAHLioncash
2014-12-28armemu: Fix underflows in USAD8/USADA8Lioncash
Initially reported by xdec.
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
Fixup gsp synch
2014-12-25ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei
- Also a few cleanups.
2014-12-25Merge pull request #343 from lioncash/smmlabunnei
armemu: Implement SMMUL, SMMLA, and SMMLS.
2014-12-25Merge pull request #341 from lioncash/moresmopsbunnei
armemu: Implement SMLALD/SMLSLD