dolphin/Source/Core/DSPCore/Src/Jit
2010-12-15 22:13:31 +00:00
..
DSPJitArithmetic.cpp LLE JIT: 2010-12-15 01:42:32 +00:00
DSPJitBranch.cpp LLE JIT: Used a reiterative approach to linking blocks. The JIT flags blocks that have calls to blocks which have not yet been compiled. After more blocks have been compiled, the JIT reattempts to link the flagged blocks. This is repeated until the minimum number of unlinked blocks are left. This increases the success rate of the block linker and resultant speed up. Based on an idea by nakee. 2010-12-15 22:13:31 +00:00
DSPJitCCUtil.cpp LLE JIT: Implemented the addr, lsl and lsl16 instructions in the JIT (x64 only). 2010-12-09 11:52:31 +00:00
DSPJitExtOps.cpp Core/DSPCore: Implement Jit emitters for all extended operations. 2010-11-07 23:43:26 +00:00
DSPJitMisc.cpp LLE JIT: 2010-12-15 01:42:32 +00:00
DSPJitMultiplier.cpp LLE JIT: 2010-12-15 01:42:32 +00:00
DSPJitUtil.cpp LLE JIT: Jitted another 8 DSP multiplier instructions (x64 only) 2010-12-04 23:20:31 +00:00