summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_dec.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-16Disable VFP3 instructionsJannik Vogel1-0/+4
2015-12-30arm_dyncom_dec: Fix decoding of VMLSLioncash1-5/+3
Previously, all VMLS variants would misdecode as CDP (which isn't necessarily wrong in itself, however VMLS has it's own label of execution)
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
Gets rid of a whole load of missing brace initialization warnings.
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
This is necessary, as hint instructions will be recognized as MSR, which is pretty bad.
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
- Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
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
Fixed typo (make protected member public) Added license header back in. I originally removed this because I mostly rewrote the file, but meh ARM: Fixed a type error in dyncom interpreter. ARM: Updated dyncom to use unique_ptr for internal ARM state.