summaryrefslogtreecommitdiff
path: root/src/core/arm/dyncom/arm_dyncom_dec.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.Gravatar bunnei2018-01-021-478/+0
* Dyncom: Tweak types and log formattingGravatar Yuri Kunde Schlesner2017-05-071-1/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-3/+8
* Dyncom: Disable clang-format on the decoding table.Gravatar Emmanuel Gil Peyrot2016-09-181-0/+3
* Disable VFP3 instructionsGravatar Jannik Vogel2016-05-161-0/+4
* arm_dyncom_dec: Fix decoding of VMLSGravatar Lioncash2015-12-301-5/+3
* dyncom: Remove an unnecessary typedefGravatar Lioncash2015-07-281-3/+3
* dyncom: Use enum class for instruction decoding resultsGravatar Lioncash2015-07-281-10/+9
* dyncom: Move helper functions to their own headerGravatar Lioncash2015-07-251-2/+2
* dyncom: Eliminate clang warningsGravatar Lioncash2015-05-211-400/+400
* dyncom: Add ARMv6K NOP and hint instructions to the decoding tableGravatar Lioncash2015-05-141-0/+10
* dyncom: Handle some MSR variants individuallyGravatar Lioncash2015-05-141-1/+9
* dyncom: Move exclusive load/stores above bbl and swi in the decoding tableGravatar Lioncash2015-05-141-4/+4
* dyncom: Remove unused/unnecessary macros and macro constantsGravatar Lioncash2015-03-241-2/+2
* dyncom: Support conditional BKPT instructionsGravatar Lioncash2015-02-171-1/+1
* arm: General cleanupGravatar Lioncash2015-02-131-1/+0
* dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHGravatar bunnei2015-01-021-1/+10
* dyncom: Various cleanups to match coding style, no functional changes.Gravatar bunnei2014-12-291-448/+427
* vfp: Actually make the code somewhat readableGravatar Lioncash2014-12-281-6/+68
* ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei2014-10-251-0/+402