summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_dec.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei2018-01-031-36/+0
|
* Dyncom: Tweak types and log formattingYuri Kunde Schlesner2017-05-081-1/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-5/+2
|
* dyncom: Remove an unnecessary typedefLioncash2015-07-281-4/+2
|
* dyncom: Use enum class for instruction decoding resultsLioncash2015-07-281-5/+5
|
* dyncom: Move helper functions to their own headerLioncash2015-07-261-1/+3
|
* dyncom: Remove unused/unnecessary macros and macro constantsLioncash2015-03-241-37/+0
|
* dyncom: clean up arm_dyncom_dec.hLioncash2015-01-301-43/+2
|
* dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHbunnei2015-01-031-126/+90
|
* More warning cleanupsChin2014-12-211-2/+0
|
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-251-0/+155
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.