dolphin/Source/Core/DSPCore/Src/Jit
skidau 7e9f02869a LLE JIT: Changed the ASM dispatcher so that it jumps to the blocks instead of calling them. This removes the need to push and pop all of the registers at each block, speeding up the JIT. Changed the cycle counting to work off memory accesses instead of a register. Removed the C++ JIT dispatcher because it will no longer work with this new format.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6858 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-16 06:24:48 +00:00
..
DSPJitArithmetic.cpp Core/DSPCore: Consolidation of register accesses(except for the four hw 2011-01-14 18:00:25 +00:00
DSPJitBranch.cpp LLE JIT: Changed the ASM dispatcher so that it jumps to the blocks instead of calling them. This removes the need to push and pop all of the registers at each block, speeding up the JIT. Changed the cycle counting to work off memory accesses instead of a register. Removed the C++ JIT dispatcher because it will no longer work with this new format. 2011-01-16 06:24:48 +00:00
DSPJitCCUtil.cpp Core/DSPCore: Consolidation of register accesses(except for the four hw 2011-01-14 18:00:25 +00:00
DSPJitExtOps.cpp Core/DSPCore: Consolidation of register accesses(except for the four hw 2011-01-14 18:00:25 +00:00
DSPJitLoadStore.cpp Core/DSPCore: Consolidation of register accesses(except for the four hw 2011-01-14 18:00:25 +00:00
DSPJitMisc.cpp Core/DSPCore: Consolidation of register accesses(except for the four hw 2011-01-14 18:00:25 +00:00
DSPJitMultiplier.cpp Core/DSPCore: Consolidation of register accesses(except for the four hw 2011-01-14 18:00:25 +00:00
DSPJitRegCache.cpp Core/DSPCore: Consolidation of register accesses(except for the four hw 2011-01-14 18:00:25 +00:00
DSPJitRegCache.h Core/DSPCore: Consolidation of register accesses(except for the four hw 2011-01-14 18:00:25 +00:00
DSPJitUtil.cpp Core/DSPCore: Consolidation of register accesses(except for the four hw 2011-01-14 18:00:25 +00:00
DSPJitUtil.h Core/DSPCore: Consolidation of register accesses(except for the four hw 2011-01-14 18:00:25 +00:00