summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_dec.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dyncom: Remove unused/unnecessary macros and macro constantsLioncash2015-03-241-2/+2
|
* dyncom: Support conditional BKPT instructionsLioncash2015-02-171-1/+1
|
* arm: General cleanupLioncash2015-02-131-1/+0
| | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
* dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHbunnei2015-01-031-1/+10
|
* dyncom: Various cleanups to match coding style, no functional changes.bunnei2014-12-301-448/+427
|
* vfp: Actually make the code somewhat readableLioncash2014-12-291-6/+68
|
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-251-0/+402
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.