ppsspp/Core/MIPS/ARM
Unknown W. Brackets c63560c0dd armjit: Try to find imms to optimize a reg load.
This way we skip the MOVW/MOVT and go for one op only.
2013-11-10 16:20:34 -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: Replace MOVI2R with using the regcache. 2013-11-10 15:50:45 -08:00
ArmCompBranch.cpp armjit: Replace MOVI2R with using the regcache. 2013-11-10 15:50:45 -08:00
ArmCompFPU.cpp armjit: Replace MOVI2R with using the regcache. 2013-11-10 15:50:45 -08:00
ArmCompLoadStore.cpp armjit: Replace MOVI2R with using the regcache. 2013-11-10 15:50:45 -08:00
ArmCompVFPU.cpp armjit: Replace MOVI2R with using the regcache. 2013-11-10 15:50:45 -08:00
ArmJit.cpp armjit: Replace MOVI2R with using the regcache. 2013-11-10 15:50:45 -08:00
ArmJit.h Compile the cache instruction to nothing. 2013-11-10 14:38:10 -08:00
ArmRegCache.cpp armjit: Try to find imms to optimize a reg load. 2013-11-10 16:20:34 -08:00
ArmRegCache.h armjit: Replace MOVI2R with using the regcache. 2013-11-10 15:50:45 -08:00
ArmRegCacheFPU.cpp ARM: Open up all 32 accessible VFP registers if NEON is available. 2013-11-09 20:18:20 +01:00
ArmRegCacheFPU.h ARM: Open up all 32 accessible VFP registers if NEON is available. 2013-11-09 20:18:20 +01:00