summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_interpreter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dyncom: Move over QADD16/QASX/QSAX/QSUB16Lioncash2014-12-221-7/+87
|
* Merge pull request #322 from chinhodado/masterbunnei2014-12-221-6/+6
|\ | | | | More warning cleanups
| * 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_map
| * dyncom: Use unordered_map rather than the terrible 2-level bb_mapYuri Kunde Schlesner2014-11-291-33/+15
| | | | | | | | | | | | Seems (probably just placebo/wishful thinking) to make it slightly faster. Also reduces memory usage and makes shutdown when debugging from MSVC fast.
* | 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
| | | | | | | - Fixed NZCVT flags to properly save state when function returns. - Fixed counter to keep track of the actual number of instructions executed. - Fixed single-step mode to only execute one instruction at a time. - DefaultIni: Removed comment that no longer applied to dyncom.
* 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
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.