dolphin/Source/Core/DSPCore/Src
2011-01-13 03:46:34 +00:00
..
Jit LLE JIT: Reworked the block linking code. It now keeps track of what each block is waiting on, minimising the amount of recompiling. Both jumps and calls can now become linked. The code also checks the cycle count before jumping to the linked block. 2011-01-03 10:39:48 +00:00
assemble.cpp
assemble.h
disassemble.cpp
disassemble.h
DSPAccelerator.cpp
DSPAccelerator.h
DSPAnalyzer.cpp LLE JIT: Minimised exception checking. Instructions which need to check for exceptions are now marked in the analyser. Moved the checking for external interrupts to the point where the CPU writes to the control register. 2011-01-03 14:19:11 +00:00
DSPAnalyzer.h LLE JIT: Minimised exception checking. Instructions which need to check for exceptions are now marked in the analyser. Moved the checking for external interrupts to the point where the CPU writes to the control register. 2011-01-03 14:19:11 +00:00
DSPBreakpoints.h
DSPCodeUtil.cpp
DSPCodeUtil.h
DSPCommon.h
DSPCore.cpp Check DSP ROM hashes. Fix the ROMs not actually being write protected. 2011-01-13 03:46:34 +00:00
DSPCore.h
DSPEmitter.cpp LLE JIT: The block linker will now recompile all blocks that it encounters immediately. Gives a speed boost in some games. Also removed an extraneous check for external exceptions. 2011-01-10 03:03:03 +00:00
DSPEmitter.h LLE JIT: The block linker will now recompile all blocks that it encounters immediately. Gives a speed boost in some games. Also removed an extraneous check for external exceptions. 2011-01-10 03:03:03 +00:00
DSPHost.h
DSPHWInterface.cpp Switched the DSP DMA transfers to unaligned versions of the SSSE3 instructions 2011-01-12 05:43:06 +00:00
DSPHWInterface.h
DspIntArithmetic.cpp Avoid shadowing variables. 2011-01-01 20:00:03 +00:00
DspIntBranch.cpp
DSPIntCCUtil.cpp
DSPIntCCUtil.h
DSPInterpreter.cpp small fix for lle-int 2011-01-04 14:49:54 +00:00
DSPInterpreter.h
DSPIntExtOps.cpp
DSPIntExtOps.h
DspIntLoadStore.cpp
DspIntMisc.cpp
DspIntMultiplier.cpp
DSPIntUtil.h LLE JIT: 2011-01-01 13:19:07 +00:00
DSPMemoryMap.cpp
DSPMemoryMap.h
DSPStacks.cpp
DSPStacks.h
DSPTables.cpp
DSPTables.h
LabelMap.cpp
LabelMap.h
SConscript