dolphin/Source/Core/DSPCore/Src/Jit
skidau a6637c257f 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.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6728 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-03 10:39:48 +00:00
..
DSPJitArithmetic.cpp Avoid shadowing variables. 2011-01-01 20:00:03 +00:00
DSPJitBranch.cpp 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
DSPJitCCUtil.cpp Core/DSPCore: Changed g_dsp._r back to g_dsp.r. Removed the check*Exclude 2010-12-29 20:20:52 +00:00
DSPJitExtOps.cpp Avoid shadowing variables. 2011-01-01 20:00:03 +00:00
DSPJitLoadStore.cpp LLE JIT: 2010-12-30 00:10:18 +00:00
DSPJitMisc.cpp LLE JIT: 2010-12-30 00:10:18 +00:00
DSPJitMultiplier.cpp Avoid shadowing variables. 2011-01-01 20:00:03 +00:00
DSPJitUtil.cpp Avoid shadowing variables. 2011-01-01 20:00:03 +00:00
DSPJitUtil.h Core/DSPCore: Changed g_dsp._r back to g_dsp.r. Removed the check*Exclude 2010-12-29 20:20:52 +00:00