mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-10 08:24:41 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| Jit | ||
| assemble.cpp | ||
| assemble.h | ||
| disassemble.cpp | ||
| disassemble.h | ||
| DSPAccelerator.cpp | ||
| DSPAccelerator.h | ||
| DSPAnalyzer.cpp | ||
| DSPAnalyzer.h | ||
| DSPBreakpoints.h | ||
| DSPCodeUtil.cpp | ||
| DSPCodeUtil.h | ||
| DSPCommon.h | ||
| DSPCore.cpp | ||
| DSPCore.h | ||
| DSPEmitter.cpp | ||
| DSPEmitter.h | ||
| DSPHost.h | ||
| DSPHWInterface.cpp | ||
| DSPHWInterface.h | ||
| DspIntArithmetic.cpp | ||
| DspIntBranch.cpp | ||
| DSPIntCCUtil.cpp | ||
| DSPIntCCUtil.h | ||
| DSPInterpreter.cpp | ||
| DSPInterpreter.h | ||
| DSPIntExtOps.cpp | ||
| DSPIntExtOps.h | ||
| DspIntLoadStore.cpp | ||
| DspIntMisc.cpp | ||
| DspIntMultiplier.cpp | ||
| DSPIntUtil.h | ||
| DSPMemoryMap.cpp | ||
| DSPMemoryMap.h | ||
| DSPStacks.cpp | ||
| DSPStacks.h | ||
| DSPTables.cpp | ||
| DSPTables.h | ||
| LabelMap.cpp | ||
| LabelMap.h | ||
| SConscript | ||