summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_thumb.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-03arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei1-390/+0
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-192/+180
2016-07-28dyncom: Fix translation of thumb REVSHMerryMage1-4/+13
2015-07-28dyncom: Use enum class for instruction decoding resultsLioncash1-10/+10
2015-07-28dyncom: Remove code duplication regarding thumb instructionsLioncash1-7/+1
2015-07-26dyncom: Get rid of skyeye typedefsLioncash1-11/+11
2015-07-26dyncom: Move helper functions to their own headerLioncash1-0/+1
2015-07-18Dyncom: Support for a missing ARMv6 Thumb MOV encodingYuri Kunde Schlesner1-10/+4
2015-06-04arm_dyncom_thumb: Fix handling of writeback for thumb LDMIALioncash1-5/+19
2015-06-01arm_dyncom_thumb: Fix encoding of BKPT's immediateLioncash1-1/+4
2015-06-01arm_dyncom_thumb: Implement CPS and SETENDLioncash1-0/+13
2015-06-01arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB.Lioncash1-0/+11
2015-06-01arm_dyncom_thumb: Implement REV, REV16, and REVSH.Lioncash1-2/+12
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-1/+1
2015-05-27arm_dyncom_thumb: Merge STR/LDR table subsets.Lioncash1-22/+11
2015-05-08Remove unnecessary dyncom header filesLioncash1-4/+2
2015-04-07dyncom: Remove unnecessary enum and typedefLioncash1-1/+1
2015-02-13arm: General cleanupLioncash1-14/+4
2015-02-10arm_dyncom_thumb: Make lookup tables staticLioncash1-7/+7
2014-12-30dyncom: Various cleanups to match coding style, no functional changes.bunnei1-504/+359
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei1-55/+63
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei1-4/+4
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-05moved arm core to interpreter directorybunnei1-0/+0
2014-04-04added thumb mode emulationbunnei1-0/+513