summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/arm_interpreter.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei2014-12-261-0/+6
* 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
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-251-1/+1
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-2/+2
* 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