summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/arm_interpreter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-251-1/+1
| | | | | | | | | | Fixed typo (make protected member public) Added license header back in. I originally removed this because I mostly rewrote the file, but meh ARM: Fixed a type error in dyncom interpreter. ARM: Updated dyncom to use unique_ptr for internal ARM state.
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-2/+2
| | | | Removed s_ prefix
* arm: added option to prepare CPU core (while mid-instruction) for thread reschedulebunnei2014-06-021-0/+3
|
* ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guidebunnei2014-05-211-1/+1
|
* ARM_Interface: added SaveContext and LoadContext functions for HLE thread switchingbunnei2014-05-211-0/+12
|
* Merge branch 'master' into threadingbunnei2014-05-171-2/+5
|\
| * updated how we call ARM core to make things much fasterbunnei2014-05-171-2/+5
| |
* | added option to set CPSR register to arm_interfacebunnei2014-05-121-0/+6
|/
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei2014-04-281-1/+0
|
* cleaned up arm_interface, added a setter to set registers for use with HLE return valuesbunnei2014-04-111-2/+35
|
* fixed licensing and updated code style naming for arm_interface/arm_interpreter frontend modulebunnei2014-04-091-30/+8
|
* fixed project includes to use new directory structurebunnei2014-04-091-5/+4
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+57