summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_thumb.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary dyncom header filesLioncash2015-05-081-4/+2
|
* dyncom: Remove unnecessary enum and typedefLioncash2015-04-071-1/+1
| | | | Also fixes descriptions in the process.
* arm: General cleanupLioncash2015-02-131-14/+4
| | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
* arm_dyncom_thumb: Make lookup tables staticLioncash2015-02-101-7/+7
| | | | These don't need to be recreated all the time.
* dyncom: Various cleanups to match coding style, no functional changes.bunnei2014-12-301-504/+359
|
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-251-0/+521
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.