dolphin/Source/Core/Core/PowerPC/JitArm32
Ryan Houdek cd13d2d66f [ARM32] Fix a couple bugs in the paired loadstore routines.
This code was obviously wrong, we were sign extending 8 bit unsigned values and loading from the wrong offset as well.
This fixes a bug in Muramasa where some colours were going insane.
2014-11-30 04:10:17 +00:00
..
Jit.cpp [ARM32] Removes conditional execution from ARMv7's Jit function. 2014-11-29 02:42:22 +00:00
Jit.h [ARM32] Moves loadstore extend flag to backpatch code. 2014-11-30 04:10:16 +00:00
JitArm_BackPatch.cpp [ARM32] Moves loadstore extend flag to backpatch code. 2014-11-30 04:10:16 +00:00
JitArm_Branch.cpp Fixes a potential crash on the ARMv7 JIT if someone disables the entire JIT in the debugger. 2014-10-25 20:38:44 -05:00
JitArm_FloatingPoint.cpp Disables NEON optimized instructions. 2014-11-14 15:13:13 +00:00
JitArm_FPUtils.h Move "using namespace ArmGen" from headers to sources. 2014-09-11 16:46:43 -04:00
JitArm_Integer.cpp [ARM32] Adds unsigned compares. 2014-11-30 04:10:16 +00:00
JitArm_LoadStore.cpp [ARM32] Moves loadstore extend flag to backpatch code. 2014-11-30 04:10:16 +00:00
JitArm_LoadStoreFloating.cpp Rewrites ARMv7 fastmem entirely. 2014-11-21 05:21:57 -06:00
JitArm_LoadStorePaired.cpp [ARM32] Minor optimization in paired loadstores. 2014-11-30 04:10:16 +00:00
JitArm_Paired.cpp Disables NEON optimized instructions. 2014-11-14 15:13:13 +00:00
JitArm_SystemRegisters.cpp Adds support to ARMv7's register cache for not loading a destination register prior to overwriting. 2014-10-23 15:38:56 +00:00
JitArm_Tables.cpp [ARM32] Adds unsigned compares. 2014-11-30 04:10:16 +00:00
JitArm_Tables.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
JitArmCache.cpp Core: Clean up body/brace placements in JitArm32 2014-08-20 14:03:46 -04:00
JitArmCache.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
JitAsm.cpp [ARM32] Fix a couple bugs in the paired loadstore routines. 2014-11-30 04:10:17 +00:00
JitAsm.h Implements block time profiling on ARMv7. 2014-11-16 09:29:27 +00:00
JitFPRCache.cpp Silence a few "zero as null pointer" warnings. 2014-11-24 12:36:46 -06:00
JitFPRCache.h ARMv7 register cache optimizations. 2014-11-16 09:29:22 +00:00
JitRegCache.cpp [ARM32] Eat a register to store our memory base. 2014-11-30 04:10:16 +00:00
JitRegCache.h ARMv7 register cache optimizations. 2014-11-16 09:29:22 +00:00