summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_dec.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-24dyncom: Remove unused/unnecessary macros and macro constantsLioncash1-2/+2
2015-02-17dyncom: Support conditional BKPT instructionsLioncash1-1/+1
2015-02-13arm: General cleanupLioncash1-1/+0
- Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
2015-01-03dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHbunnei1-1/+10
2014-12-30dyncom: Various cleanups to match coding style, no functional changes.bunnei1-448/+427
2014-12-29vfp: Actually make the code somewhat readableLioncash1-6/+68
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei1-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.