aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/dyncom/arm_dyncom_interpreter.cpp
Commit message (Collapse)AuthorAge
* dyncom: Pass SVC immediates directly.Gravatar Lioncash2015-07-21
| | | | Previously it would just re-read the already decoded instruction and extract the immediate value.
* dyncom: Properly retrieve the PC value in BX if used.Gravatar Lioncash2015-07-19
|
* arm_dyncom_interpreter: Simplify assignment in SMLAWGravatar Lioncash2015-07-16
| | | | Also a side-benefit of not having implementation-defined behavior.
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* arm_dyncom_interpreter: Remove unused variableGravatar Lioncash2015-05-26
| | | | Thum decoding directly checks if the thumb bit is set instead of using a temporary.
* arm_dyncom_interpreter: Remove unused macroGravatar Lioncash2015-05-24
|
* dyncom: Remove unused cpu parameter from decode_thumb_instrGravatar Lioncash2015-05-22
|
* dyncom: remove load_r15 from arm_instGravatar Lioncash2015-05-22
| | | | It's entirely unused. Also allows getting rid of more clunky macros.
* dyncom: Remove unnecessary parameter for load/store operationsGravatar Lioncash2015-05-22
|
* dyncom: Eliminate clang warningsGravatar Lioncash2015-05-21
| | | | Gets rid of a whole load of missing brace initialization warnings.
* Merge pull request #774 from lioncash/decodingsGravatar Yuri Kunde Schlesner2015-05-15
|\ | | | | dyncom: Add ARMv6K NOP and hint instructions to the interpreter.
* \ Merge pull request #770 from lioncash/dyncom_cleanGravatar bunnei2015-05-15
|\ \ | | | | | | dyncom: Minor cleanup.
* | | Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
| | | | | | | | | | | | | | | | | | | | | 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: Add ARMv6K NOP and hint instructions to the decoding tableGravatar Lioncash2015-05-14
| | |
| | * dyncom: Handle some MSR variants individuallyGravatar Lioncash2015-05-14
| | | | | | | | | | | | This is necessary, as hint instructions will be recognized as MSR, which is pretty bad.
| | * dyncom: Move exclusive load/stores above bbl and swi in the decoding tableGravatar Lioncash2015-05-14
| |/ |/|
| * dyncom: Remove duplicate enums/prototypesGravatar Lioncash2015-05-14
| | | | | | | | These are already defined in arm_dyncom_interpreter_dec.cpp.
| * dyncom: Remove unnecessary definesGravatar Lioncash2015-05-14
| | | | | | | | These can simply be const vars.
| * dyncom: Make translation-unit functions and variables staticGravatar Lioncash2015-05-14
| |
| * dyncom: Remove unnecessary typedefsGravatar Lioncash2015-05-14
| |
| * dyncom: Remove unused structsGravatar Lioncash2015-05-14
|/
* dyncom: Fix decoding of BKPT's immediateGravatar Lioncash2015-05-13
| | | | A shift here is intended since the representation is imm12:imm4
* dyncom: Stub MCRR and MRRCGravatar Lioncash2015-05-11
| | | | | There's no other coprocessor outside the VFP (which has its own VMOV variants) in which the MPCore can send/retrieve data from. Stubbed so citra won't crash and burn on the odd chance someone actually tries to use these.
* dyncom: Remove an unnecessary variable in the interpreterGravatar Lioncash2015-05-07
| | | | All this was doing was needlessly aliasing a variable.
* HLE: Clean up SVC dispatch mechanismGravatar Yuri Kunde Schlesner2015-05-06
|
* Dyncom: Move cream cache to ARMul_State.Gravatar bunnei2015-05-01
|
* dyncom: Remove unnecessary enum and typedefGravatar Lioncash2015-04-07
| | | | Also fixes descriptions in the process.
* Merge pull request #685 from lioncash/cpregsGravatar bunnei2015-04-06
|\ | | | | dyncom: Set the MPCore CP15 register reset values on initialization.
| * Move CP15 enum definitions into their own enum.Gravatar Lioncash2015-04-06
| | | | | | | | Also gets rid of preprocessor mumbo-jumbo
* | 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.
* dyncom: Implement SRSGravatar Lioncash2015-03-24
|
* dyncom: Implement RFEGravatar Lioncash2015-03-24
|
* dyncom: Make Load/Store instructions support big endianGravatar Lioncash2015-03-17
|
* 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
|
* Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner2015-03-01
|
* arm: The CP15 Main ID register is not writeableGravatar Lioncash2015-02-26
|
* Cleaned up unaligned access.Gravatar Kevin Hartman2015-02-21
|
* dyncom: Support conditional BKPT instructionsGravatar Lioncash2015-02-17
|
* dyncom: Actually set the destination register for USAD8/USADA8.Gravatar Lioncash2015-02-16
| | | | Idiotville: Population: 1 - Inhabitant name: Lioncash
* core: Apply static to local functionsGravatar Lioncash2015-02-13
|
* arm: General cleanupGravatar Lioncash2015-02-13
| | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
* dyncom: Remove warning for SXTAHGravatar Lioncash2015-02-12
| | | | This is tested to work correctly.
* dyncom: Add more regs to MCR/MRCGravatar Lioncash2015-02-10
| | | | Adds the registers that were left out of some coprocessor ranges.