aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm
Commit message (Collapse)AuthorAge
...
* Clean-up includesGravatar Yuri Kunde Schlesner2015-05-06
|
* HLE: Clean up SVC dispatch mechanismGravatar Yuri Kunde Schlesner2015-05-06
|
* Dyncom: Move cream cache to ARMul_State.Gravatar bunnei2015-05-01
|
* dyncom: Remove more unused/unnecessary codeGravatar Lioncash2015-04-20
| | | | Gets rid of a sizeable amount of stuff in armdefs.
* dyncom: Remove unused/unnecessary VFP cruftGravatar Lioncash2015-04-17
|
* Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.Gravatar Emmanuel Gil Peyrot2015-04-14
|
* Headers: Add some forgotten overrides, thanks clang!Gravatar Emmanuel Gil Peyrot2015-04-14
|
* dyncom: Remove unnecessary enum and typedefGravatar Lioncash2015-04-07
| | | | Also fixes descriptions in the process.
* vfp: Make the FPSID values match the MPCoreGravatar Lioncash2015-04-06
|
* vfp: Get rid of the VFP_OFFSET macroGravatar Lioncash2015-04-06
|
* Merge pull request #685 from lioncash/cpregsGravatar bunnei2015-04-06
|\ | | | | dyncom: Set the MPCore CP15 register reset values on initialization.
| * core: Migrate 3DS-specific CP15 register setting into InitGravatar Lioncash2015-04-06
| |
| * arm_interface: Support retrieval/storage to CP15 registersGravatar Lioncash2015-04-06
| |
| * Move CP15 enum definitions into their own enum.Gravatar Lioncash2015-04-06
| | | | | | | | Also gets rid of preprocessor mumbo-jumbo
| * dyncom: Properly return the value of the user RO thread registerGravatar Lioncash2015-04-06
| |
| * dyncom: Set CP15 reset values on initializationGravatar Lioncash2015-04-06
| |
* | dyncom: Suppress uninitialized variable warningsGravatar Lioncash2015-04-05
|/ | | | The switch cases will always be hit, but this makes compilers stop complaining.
* dyncom: Move CP15 register writing into its own function.Gravatar Lioncash2015-04-02
| | | | Also implements writing to the rest of the ARM11 MPCore CP15 register set.
* dyncom: Move CP15 register reading into its own function.Gravatar Lioncash2015-04-02
| | | | Keeps everything contained. Added all supported readable registers in an ARM11 MPCore.
* dyncom: Migrate InAPrivilegedMode to armsuppGravatar Lioncash2015-03-26
| | | | It's a generic helper function, so it should be here anyway.
* Merge pull request #674 from lioncash/sys-instrsGravatar bunnei2015-03-24
|\ | | | | dyncom: Implement RFE and SRS.
| * dyncom: Implement SRSGravatar Lioncash2015-03-24
| |
| * dyncom: Implement RFEGravatar Lioncash2015-03-24
| |
* | dyncom: Remove unused/unnecessary macros and macro constantsGravatar Lioncash2015-03-24
|/
* armmmu: Remove unnecessary enum valuesGravatar Lioncash2015-03-20
| | | | We don't need to care about XScale or Intel specific ARM stuff.
* Merge pull request #659 from lioncash/setendGravatar bunnei2015-03-19
|\ | | | | Implement SETEND.
| * dyncom: Make Load/Store instructions support big endianGravatar Lioncash2015-03-17
| |
* | arm_interface: Get rid of GetTicks.Gravatar Lioncash2015-03-16
| | | | | | | | Removes a TODO.
| * dyncom: Implement SETENDGravatar Lioncash2015-03-14
|/
* dyncom: Minor cleanupGravatar Lioncash2015-03-10
| | | | Assemblers will exit with an error when trying to assemble instructions with disallowed registers.
* dyncom: Fix an indexing bug in STMGravatar Lioncash2015-03-08
| | | | Previously it would write the contents of register 13 for the case where the link register (r14) is supposed to be written.
* dyncom: General cleanup of STMGravatar Lioncash2015-03-08
|
* dyncom: Increment addr when accessing LR in LDMGravatar Lioncash2015-03-08
|
* Merge pull request #538 from yuriks/perf-statGravatar Tony Wasserka2015-03-07
|\ | | | | Add profiling infrastructure and widget
* | vfp: Get rid of warningsGravatar Lioncash2015-03-03
| |
| * Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner2015-03-01
|/
* Merge pull request #620 from lioncash/bkptGravatar bunnei2015-02-27
|\ | | | | arm_disasm: Show conditional code for BKPT instructions.
| * arm_disasm: Show conditional code for BKPT instructions.Gravatar Lioncash2015-02-27
| | | | | | | | Changed cond_to_str to take a uint32, since unsigned numbers are only ever passed to it, and this can be a source of warnings for some compilers (also indexing an array without bounds checking a signed number is kind of iffy).
* | arm_disasm: Remove unused variableGravatar Lioncash2015-02-27
|/ | | | Also declared an array as static, as it's only used in this translation unit.
* arm: The CP15 Main ID register is not writeableGravatar Lioncash2015-02-26
|
* arm: Remove unnecessary booleansGravatar Lioncash2015-02-25
| | | | We don't care about any of these.
* Cleaned up unaligned access.Gravatar Kevin Hartman2015-02-21
|
* Merge pull request #582 from lioncash/warningsGravatar bunnei2015-02-17
|\ | | | | vfpinstr: Fix trivial signed/unsigned mismatch warnings
* \ Merge pull request #579 from lioncash/bkptGravatar bunnei2015-02-17
|\ \ | | | | | | dyncom: Support conditional BKPT instructions
| | * vfpinstr: Fix trivial signed/unsigned mismatch warningsGravatar Lioncash2015-02-17
| |/ |/|
| * dyncom: Support conditional BKPT instructionsGravatar Lioncash2015-02-17
| |
* | Merge pull request #574 from lioncash/warnGravatar bunnei2015-02-16
|\ \ | |/ |/| vfpdouble: Use %p for printing pointer addresses.
* | dyncom: Actually set the destination register for USAD8/USADA8.Gravatar Lioncash2015-02-16
| | | | | | | | Idiotville: Population: 1 - Inhabitant name: Lioncash
| * vfpdouble: Use %p for printing pointer addresses.Gravatar Lioncash2015-02-15
|/
* arm: Set the A bit on reset.Gravatar Lioncash2015-02-15
| | | | This enum value is ORed against in ARMul_Reset (and used to refer to all interrupt bits in the CPSR). So simply updating this is enough.