summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_dec.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-30dyncom: clean up arm_dyncom_dec.hLioncash1-43/+2
2015-01-03dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHbunnei1-126/+90
2014-12-21More warning cleanupsChin1-2/+0
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei1-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.