dolphin/Source/Core/DSPCore/Src/Jit
skidau 6cb78515c6 LLE JIT:
* Added 21 Arithmetic instructions to the JIT
* Used the DSPAnalyser to identify arithmetic/multiplier instructions that precede a conditional branch.  This allows the JIT to skip updating the SR when nothing would read from it.  Marked all arithmetic/multiplier instructions in the DSPTable for this purpose.
* Converted CheckExternalInterrupt into ASM
* Fixed a couple instructions in DSP Load/Store


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6633 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-12-21 14:48:05 +00:00
..
DSPJitArithmetic.cpp LLE JIT: 2010-12-21 14:48:05 +00:00
DSPJitBranch.cpp Avoid shadowing variables. 2010-12-19 16:03:39 +00:00
DSPJitCCUtil.cpp LLE JIT: 2010-12-21 14:48:05 +00:00
DSPJitExtOps.cpp LLE JIT: 2010-12-16 23:27:38 +00:00
DSPJitLoadStore.cpp LLE JIT: 2010-12-21 14:48:05 +00:00
DSPJitMisc.cpp LLE JIT: 2010-12-16 23:27:38 +00:00
DSPJitMultiplier.cpp LLE JIT: 2010-12-21 14:48:05 +00:00
DSPJitUtil.cpp LLE JIT: 2010-12-21 14:48:05 +00:00