mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-23 06:57:08 +00:00
Applied the logic from r6691 to the LLE dec/add/sub functions so they work without ToMask. This should give a modest speedup for these. Pierre's AR inc was already perfect and I only adjusted its logic a bit for visual consistency between the interpreter and JIT code. Also applied Pierre's optimization from the LLE inc to the Int inc. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6707 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 | ||