aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/dyncom/arm_dyncom_dec.cpp
Commit message (Expand)AuthorAge
* dyncom: Remove an unnecessary typedefGravatar Lioncash2015-07-28
* dyncom: Use enum class for instruction decoding resultsGravatar Lioncash2015-07-28
* dyncom: Move helper functions to their own headerGravatar Lioncash2015-07-25
* dyncom: Eliminate clang warningsGravatar Lioncash2015-05-21
* dyncom: Add ARMv6K NOP and hint instructions to the decoding tableGravatar Lioncash2015-05-14
* dyncom: Handle some MSR variants individuallyGravatar Lioncash2015-05-14
* dyncom: Move exclusive load/stores above bbl and swi in the decoding tableGravatar Lioncash2015-05-14
* dyncom: Remove unused/unnecessary macros and macro constantsGravatar Lioncash2015-03-24
* dyncom: Support conditional BKPT instructionsGravatar Lioncash2015-02-17
* arm: General cleanupGravatar Lioncash2015-02-13
* dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHGravatar bunnei2015-01-02
* dyncom: Various cleanups to match coding style, no functional changes.Gravatar bunnei2014-12-29
* vfp: Actually make the code somewhat readableGravatar Lioncash2014-12-28
* ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei2014-10-25