summaryrefslogtreecommitdiff
path: root/src/core/arm/dyncom
AgeCommit message (Expand)Author
2015-01-02Merge pull request #392 from lioncash/smbunnei
2015-01-02dyncom: Implement SMMLA/SMMUL/SMMLSLioncash
2015-01-02dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHbunnei
2015-01-02Merge pull request #390 from lioncash/wutbunnei
2015-01-02dyncom: Remove dead function InterpreterInitInstLengthLioncash
2015-01-02dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDLioncash
2015-01-01dyncom: Implement SXTAB16 and SXTB16Lioncash
2015-01-01Merge pull request #379 from lioncash/shbunnei
2015-01-01dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAXLioncash
2015-01-01dyncom: Implement SADD8/SSUB8Lioncash
2014-12-31Merge pull request #375 from lioncash/uopsbunnei
2014-12-31dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAXLioncash
2014-12-30dyncom: Massive refactorbunnei
2014-12-30Merge pull request #369 from darkf/mingw_bunnei
2014-12-30dyncom: Implement USAT16/SSAT16Lioncash
2014-12-29Fix merge conflictsdarkf
2014-12-29dyncom: Implement USAT/SSATbunnei
2014-12-29dyncom: Various cleanups to match coding style, no functional changes.bunnei
2014-12-29Merge pull request #361 from lioncash/moreqopsbunnei
2014-12-29dyncom: Fix SMLALXY's instruction labelsLioncash
2014-12-29dyncom: Implement QADD8/QSUB8Lioncash
2014-12-28dyncom: Implement UXTB16/UXTAB16Lioncash
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-25ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei
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-21Merge pull request #324 from lioncash/dyncbunnei
2014-12-21dyncom: Move over SASX/SSAX/SADD16/SSUB16Lioncash
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-21More warning cleanupsChin
2014-12-20License changepurpasmart96
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-28Add comment regarding __WIN32__ in SkyEye codedarkf
2014-11-28Fix MinGW builddarkf
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-11-18Fix documentation of parametersLioncash
2014-11-11ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).bunnei
2014-11-11ARM: Removed unnecessary goto with each instruction.bunnei
2014-11-11ARM: Fixed several dyncom bugs.bunnei
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
2014-10-25ARM: Removed unnecessary and unused SkyEye MMU code.bunnei