| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | dyncom: Move arminit.cpp and armsupp.cpp into skyeye_common | 2015-07-25 | 2 | -765/+0 | |
| | | |||||
| * | Remove every trailing whitespace from the project (but externals). | 2015-05-29 | 1 | -1/+1 | |
| | | |||||
| * | dyncom: Get rid of armemu.h | 2015-05-23 | 1 | -1/+0 | |
| | | |||||
| * | Memmap: Re-organize memory function in two files | 2015-05-15 | 1 | -1/+0 | |
| | | | | | | | | 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. | ||||
| * | dyncom: Removed irrelevant log. | 2015-05-14 | 1 | -2/+0 | |
| | | |||||
| * | Clean-up includes | 2015-05-06 | 1 | -0/+2 | |
| | | |||||
| * | Dyncom: Move cream cache to ARMul_State. | 2015-05-01 | 1 | -2/+0 | |
| | | |||||
| * | dyncom: Remove more unused/unnecessary code | 2015-04-20 | 1 | -22/+0 | |
| | | | | | Gets rid of a sizeable amount of stuff in armdefs. | ||||
| * | dyncom: Remove unused/unnecessary VFP cruft | 2015-04-17 | 2 | -151/+8 | |
| | | |||||
| * | core: Migrate 3DS-specific CP15 register setting into Init | 2015-04-06 | 1 | -8/+0 | |
| | | |||||
| * | Move CP15 enum definitions into their own enum. | 2015-04-06 | 2 | -144/+144 | |
| | | | | | Also gets rid of preprocessor mumbo-jumbo | ||||
| * | dyncom: Properly return the value of the user RO thread register | 2015-04-06 | 2 | -4/+10 | |
| | | |||||
| * | dyncom: Set CP15 reset values on initialization | 2015-04-06 | 1 | -0/+60 | |
| | | |||||
| * | dyncom: Move CP15 register writing into its own function. | 2015-04-02 | 1 | -0/+229 | |
| | | | | | Also implements writing to the rest of the ARM11 MPCore CP15 register set. | ||||
| * | dyncom: Move CP15 register reading into its own function. | 2015-04-02 | 1 | -0/+196 | |
| | | | | | Keeps everything contained. Added all supported readable registers in an ARM11 MPCore. | ||||
| * | dyncom: Migrate InAPrivilegedMode to armsupp | 2015-03-26 | 1 | -0/+6 | |
| | | | | | It's a generic helper function, so it should be here anyway. | ||||
| * | dyncom: Make Load/Store instructions support big endian | 2015-03-17 | 1 | -0/+6 | |
| | | |||||
| * | arm: Remove unnecessary booleans | 2015-02-25 | 1 | -4/+0 | |
| | | | | | We don't care about any of these. | ||||
| * | arm: General cleanup | 2015-02-13 | 2 | -4/+2 | |
| | | | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc. | ||||
| * | dyncom: Clean up the constructor | 2015-02-12 | 1 | -4/+3 | |
| | | | | | Some function calls aren't necessary and would be handled by regular initialization routines. | ||||
| * | arm: Remove ARMul_EmulateInit | 2015-02-12 | 1 | -40/+0 | |
| | | | | | This was only used for armemu, which has since been removed. Removed components related to this as well. | ||||
| * | arm: Remove ARM26 support. | 2015-02-11 | 1 | -25/+4 | |
| | | | | | This will never be used. 32-bit is the norm. | ||||
| * | arm: Get rid of some magic constants. Specify proper ARM mode. | 2015-02-11 | 1 | -1/+1 | |
| | | | | | Initially, we were starting the emulator in USER26MODE, which is incorrect, this should be USER32MODE. | ||||
| * | arm: Remove TRUE/FALSE defines | 2015-02-10 | 2 | -12/+9 | |
| | | | | | | - Removed the Debug parameter from ARMul_State since it isn't used. - Changed ARMul_CoProInit to a void function. It always returned true. | ||||
| * | arm: Clean up ARMul_State | 2015-01-31 | 1 | -20/+9 | |
| | | | | | Remove unnecessary/unused struct variables. | ||||
| * | arm: Adios armemu | 2015-01-31 | 8 | -7751/+56 | |
| | | |||||
| * | arm: Throw out a lot of unnecessary code | 2015-01-30 | 3 | -1257/+36 | |
| | | |||||
| * | Cleanup: Logging in Core | 2015-01-19 | 1 | -51/+6 | |
| | | |||||
| * | dyncom: Add a helper function for addition with a carry | 2015-01-12 | 1 | -0/+16 | |
| | | |||||
| * | Move ThreadContext to core/core.h and deal with the fallout | 2015-01-09 | 2 | -4/+6 | |
| | | |||||
| * | dyncom: Implement QADD/QSUB/QDADD/QDSUB | 2015-01-05 | 1 | -12/+8 | |
| | | |||||
| * | armemu: Fix missing Q flag check for SMLSD. | 2015-01-02 | 1 | -2/+6 | |
| | | |||||
| * | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | 2015-01-02 | 2 | -5/+9 | |
| | | |||||
| * | Fix SADD8/SSUB8 in the armemu | 2015-01-01 | 1 | -50/+28 | |
| | | |||||
| * | dyncom: Implement USAT/SSAT | 2014-12-29 | 1 | -0/+35 | |
| | | |||||
| * | armemu: Implement QADD8/QSUB8 | 2014-12-29 | 2 | -33/+95 | |
| | | |||||
| * | Merge pull request #355 from lioncash/simp | 2014-12-28 | 1 | -225/+142 | |
| |\ | | | | | armemu: Simplify some instructions. | ||||
| | * | armemu: Simplify SSAT/SSAT16/SXTB/SXTAB | 2014-12-28 | 1 | -71/+48 | |
| | | | |||||
| | * | armemu: Simplify REV/REV16/SXTH/SXTAH | 2014-12-28 | 1 | -38/+26 | |
| | | | |||||
| | * | armemu: Simplify USAT16/UXTB/UXTAB | 2014-12-28 | 1 | -65/+42 | |
| | | | |||||
| | * | armemu: Simplify REVSH/UXTH/UXTAH | 2014-12-28 | 1 | -48/+23 | |
| | | | |||||
| * | | armemu: Fix PKHTB to do an arithmetic shift and correctly decode immediate ↵ | 2014-12-28 | 1 | -13/+5 | |
| | | | | | | | | | field. | ||||
| * | | Merge pull request #354 from lioncash/usaduflow | 2014-12-28 | 2 | -4/+13 | |
| |\ \ | |/ |/| | armemu: Fix underflows in USAD8/USADA8 | ||||
| | * | armemu: Fix underflows in USAD8/USADA8 | 2014-12-28 | 2 | -4/+13 | |
| | | | | | | | | | Initially reported by xdec. | ||||
| * | | armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAX | 2014-12-27 | 2 | -19/+89 | |
| |/ | |||||
| * | armemu: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX | 2014-12-26 | 1 | -2/+73 | |
| | | |||||
| * | Merge pull request #339 from bunnei/fixup-gsp-synch | 2014-12-25 | 2 | -46/+11 | |
| |\ | | | | | Fixup gsp synch | ||||
| | * | ARM: Add a mechanism for faking CPU time elapsed during HLE. | 2014-12-25 | 2 | -46/+11 | |
| | | | | | | | | | - Also a few cleanups. | ||||
| * | | Merge pull request #343 from lioncash/smmla | 2014-12-25 | 1 | -2/+30 | |
| |\ \ | | | | | | | armemu: Implement SMMUL, SMMLA, and SMMLS. | ||||
| | * | | armemu: Implement SMMUL, SMMLA, and SMMLS. | 2014-12-25 | 1 | -2/+30 | |
| | |/ | |||||