summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_dec.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-08Dyncom: Tweak types and log formattingYuri Kunde Schlesner1-1/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-3/+8
2016-09-18Dyncom: Disable clang-format on the decoding table.Emmanuel Gil Peyrot1-0/+3
2016-05-16Disable VFP3 instructionsJannik Vogel1-0/+4
2015-12-30arm_dyncom_dec: Fix decoding of VMLSLioncash1-5/+3
2015-07-28dyncom: Remove an unnecessary typedefLioncash1-3/+3
2015-07-28dyncom: Use enum class for instruction decoding resultsLioncash1-10/+9
2015-07-26dyncom: Move helper functions to their own headerLioncash1-2/+2
2015-05-21dyncom: Eliminate clang warningsLioncash1-400/+400
2015-05-14dyncom: Add ARMv6K NOP and hint instructions to the decoding tableLioncash1-0/+10
2015-05-14dyncom: Handle some MSR variants individuallyLioncash1-1/+9
2015-05-14dyncom: Move exclusive load/stores above bbl and swi in the decoding tableLioncash1-4/+4
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
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