summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/arm_interpreter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arm: Adios armemuLioncash2015-02-011-96/+0
|
* Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner2015-01-091-2/+2
|
* ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei2014-12-261-0/+6
| | | | - Also a few cleanups.
* License changepurpasmart962014-12-211-1/+1
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-1/+1
|
* Fix documentation of parametersLioncash2014-11-181-1/+1
|
* Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-261-11/+11
| | | | This was automated using `clang-modernize`.
* 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