ppsspp/Core/MIPS/ARM
2013-03-07 00:59:07 +10:00
..
ArmAsm.cpp Fix Lit Pools for cases where offset goes out of range. For example: Zero no Kiseki has a block that is 7K large. 2013-03-04 14:36:23 +10:00
ArmAsm.h Fixes for Qt, Symbian and Blackberry. Reorder and remove some redundant ArmEmitter includes so that _SP doesn't conflict. 2013-01-17 11:00:07 +10:00
ArmCompALU.cpp Armjit: Optimise swl+swr and lwl+lwr cases that can be combined to a single sw or lw. Add shift flags to STR/LDR. Add EatInstruction to ArmJit. 2013-03-06 02:11:36 +10:00
ArmCompBranch.cpp Save one instruction on jal, shorten block exits by one instruction (moved to dispatcher). 2013-02-15 23:37:59 +01:00
ArmCompFPU.cpp Add a few more CONDITIONAL_DISABLEs. 2013-03-03 01:44:33 -08:00
ArmCompLoadStore.cpp Enable optimisation codepath (left+right combines). 2013-03-07 00:59:07 +10:00
ArmCompVFPU.cpp Actually register scePspNpDrm_user 2013-03-04 23:54:03 +01:00
ArmJit.cpp Armjit: Optimise swl+swr and lwl+lwr cases that can be combined to a single sw or lw. Add shift flags to STR/LDR. Add EatInstruction to ArmJit. 2013-03-06 02:11:36 +10:00
ArmJit.h Armjit: Optimise swl+swr and lwl+lwr cases that can be combined to a single sw or lw. Add shift flags to STR/LDR. Add EatInstruction to ArmJit. 2013-03-06 02:11:36 +10:00
ArmJitCache.cpp Make un-buffered rendering much smarter, removing flicker. 2013-03-03 13:00:21 +01:00
ArmJitCache.h Armjit: branch code cleanup #1 2013-01-30 01:05:36 +01:00
ArmRegCache.cpp Merge branch 'master' into armjit-fpu 2013-02-28 23:56:28 +01:00
ArmRegCache.h Port over much of unknown's vfpu jit work to arm. Untested. 2013-02-20 00:04:21 +01:00
ArmRegCacheFPU.cpp Port over much of unknown's vfpu jit work to arm. Untested. 2013-02-20 00:04:21 +01:00
ArmRegCacheFPU.h Port over much of unknown's vfpu jit work to arm. Untested. 2013-02-20 00:04:21 +01:00