summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_interpreter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #395 from lioncash/revbunnei2015-01-031-45/+45
|\
| * dyncom: Implement REVSHLioncash2015-01-031-45/+45
* | dyncom: Implement SMLALD/SMLSLDLioncash2015-01-031-3/+72
|/
* Merge pull request #392 from lioncash/smbunnei2015-01-031-3/+64
|\
| * dyncom: Implement SMMLA/SMMUL/SMMLSLioncash2015-01-031-3/+64
* | dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHbunnei2015-01-031-100/+182
|/
* Merge pull request #390 from lioncash/wutbunnei2015-01-031-27/+0
|\
| * dyncom: Remove dead function InterpreterInitInstLengthLioncash2015-01-031-27/+0
* | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDLioncash2015-01-031-44/+73
|/
* dyncom: Implement SXTAB16 and SXTB16Lioncash2015-01-021-3/+58
* Merge pull request #379 from lioncash/shbunnei2015-01-021-8/+110
|\
| * dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAXLioncash2015-01-011-8/+110
* | dyncom: Implement SADD8/SSUB8Lioncash2015-01-011-55/+108
|/
* Merge pull request #375 from lioncash/uopsbunnei2014-12-311-9/+208
|\
| * dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAXLioncash2014-12-311-9/+208
* | dyncom: Massive refactorbunnei2014-12-311-514/+191
* | Merge pull request #369 from darkf/mingw_bunnei2014-12-311-0/+8
|\ \ | |/ |/|
| * Fix merge conflictsdarkf2014-12-301-5604/+5460
| |\
| * | Add comment regarding __WIN32__ in SkyEye codedarkf2014-11-291-0/+4
| * | Fix MinGW builddarkf2014-11-291-0/+4
* | | dyncom: Implement USAT16/SSAT16Lioncash2014-12-301-2/+61
| |/ |/|
* | dyncom: Implement USAT/SSATbunnei2014-12-301-2/+94
* | dyncom: Various cleanups to match coding style, no functional changes.bunnei2014-12-301-6066/+5168
* | Merge pull request #361 from lioncash/moreqopsbunnei2014-12-291-32/+42
|\ \
| * | dyncom: Implement QADD8/QSUB8Lioncash2014-12-291-32/+42
* | | dyncom: Fix SMLALXY's instruction labelsLioncash2014-12-291-2/+2
|/ /
* | dyncom: Implement UXTB16/UXTAB16Lioncash2014-12-291-2/+55
* | vfp: Actually make the code somewhat readableLioncash2014-12-291-8/+41
* | dyncom: Implement PKHBT and PKHTB.bunnei2014-12-281-2/+57
* | dyncom: Implement USAD8/USADA8Lioncash2014-12-281-2/+52
* | dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX.Lioncash2014-12-271-8/+97
* | dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAXLioncash2014-12-271-11/+123
* | dyncom: Move over QADD16/QASX/QSAX/QSUB16Lioncash2014-12-221-7/+87
* | Merge pull request #322 from chinhodado/masterbunnei2014-12-221-6/+6
|\ \
| * | More warning cleanupsChin2014-12-211-6/+6
* | | dyncom: Move SEL overLioncash2014-12-221-1/+58
* | | dyncom: Move over SASX/SSAX/SADD16/SSUB16Lioncash2014-12-221-7/+102
|/ /
* | dyncom: Implement UMAALLioncash2014-12-191-1/+47
* | Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-99/+101
* | Merge pull request #235 from yuriks/dyncom-mapbunnei2014-11-301-33/+15
|\ \
| * | dyncom: Use unordered_map rather than the terrible 2-level bb_mapYuri Kunde Schlesner2014-11-291-33/+15
| |/
* / arm_dyncom_interpreter: Get rid of unused var warningsLioncash2014-11-291-4/+2
|/
* ARM: Removed unnecessary goto with each instruction.bunnei2014-11-121-43/+39
* ARM: Fixed several dyncom bugs.bunnei2014-11-121-14/+19
* ARM: Updated dyncom core to use fast label lookup table on clang.bunnei2014-10-251-3/+7
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-251-0/+6559