ppsspp/Core/MIPS/ARM
Unknown W. Brackets a3a061a69f armjit: Optimize a division by a power of two.
These really happen.
2013-11-09 08:43:53 -08:00
..
ArmAsm.cpp Extract JitState into its own header (arm/x86) 2013-11-08 18:51:52 +01: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: Optimize a division by a power of two. 2013-11-09 08:43:53 -08:00
ArmCompBranch.cpp Add an optimization to discard registers at the end of functions when possible. 2013-11-08 12:43:48 +01:00
ArmCompFPU.cpp Add experimental mode to cache pointers in the arm jit. 2013-11-09 17:15:30 +01:00
ArmCompLoadStore.cpp armjit: Optimize lwl/lwr against an imm address. 2013-11-09 08:43:48 -08:00
ArmCompVFPU.cpp Fix vmtvc on ARM, fixing issues with our prefix check. Add some logging. 2013-11-08 19:59:11 +01:00
ArmJit.cpp Add experimental mode to cache pointers in the arm jit. 2013-11-09 17:15:30 +01:00
ArmJit.h armjit: Handle lwl/lwr (not pretty, though.) 2013-11-09 08:42:30 -08:00
ArmRegCache.cpp armjit: Optimize a division by a power of two. 2013-11-09 08:43:53 -08:00
ArmRegCache.h armjit: Optimize a division by a power of two. 2013-11-09 08:43:53 -08:00
ArmRegCacheFPU.cpp More log categories, use them (and existing ones). Improve log config. 2013-09-07 22:02:55 +02:00
ArmRegCacheFPU.h armjit: Improve GPR typesafety. 2013-11-09 08:24:15 -08:00