aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/dyncom/arm_dyncom_thumb.cpp
AgeCommit message (Expand)Author
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-07-28dyncom: Fix translation of thumb REVSHMerryMage
2015-07-28dyncom: Use enum class for instruction decoding resultsLioncash
2015-07-27dyncom: Remove code duplication regarding thumb instructionsLioncash
2015-07-25dyncom: Get rid of skyeye typedefsLioncash
2015-07-25dyncom: Move helper functions to their own headerLioncash
2015-07-18Dyncom: Support for a missing ARMv6 Thumb MOV encodingYuri Kunde Schlesner
2015-06-04arm_dyncom_thumb: Fix handling of writeback for thumb LDMIALioncash
2015-05-31arm_dyncom_thumb: Fix encoding of BKPT's immediateLioncash
2015-05-31arm_dyncom_thumb: Implement CPS and SETENDLioncash
2015-05-31arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB.Lioncash
2015-05-31arm_dyncom_thumb: Implement REV, REV16, and REVSH.Lioncash
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-26arm_dyncom_thumb: Merge STR/LDR table subsets.Lioncash
2015-05-07Remove unnecessary dyncom header filesLioncash
2015-04-07dyncom: Remove unnecessary enum and typedefLioncash
2015-02-13arm: General cleanupLioncash
2015-02-10arm_dyncom_thumb: Make lookup tables staticLioncash
2014-12-29dyncom: Various cleanups to match coding style, no functional changes.bunnei
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei