aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/dyncom/arm_dyncom_interpreter.cpp
AgeCommit message (Expand)Author
2014-12-28vfp: Actually make the code somewhat readableLioncash
2014-12-28dyncom: Implement PKHBT and PKHTB.bunnei
2014-12-28dyncom: Implement USAD8/USADA8Lioncash
2014-12-27dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX.Lioncash
2014-12-27dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAXLioncash
2014-12-22dyncom: Move over QADD16/QASX/QSAX/QSUB16Lioncash
2014-12-22Merge pull request #322 from chinhodado/masterbunnei
2014-12-21dyncom: Move SEL overLioncash
2014-12-21dyncom: Move over SASX/SSAX/SADD16/SSUB16Lioncash
2014-12-21More warning cleanupsChin
2014-12-19dyncom: Implement UMAALLioncash
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-11-30Merge pull request #235 from yuriks/dyncom-mapbunnei
2014-11-29dyncom: Use unordered_map rather than the terrible 2-level bb_mapYuri Kunde Schlesner
2014-11-29arm_dyncom_interpreter: Get rid of unused var warningsLioncash
2014-11-11ARM: Removed unnecessary goto with each instruction.bunnei
2014-11-11ARM: Fixed several dyncom bugs.bunnei
2014-10-25ARM: Updated dyncom core to use fast label lookup table on clang.bunnei
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei