ppsspp/Core/MIPS/ARM
Unknown W. Brackets 359110f010 x86/armjit: Add jump following (off by default.)
Inlines function calls up to a certain extent.  Allows us to get
immediates all the way to a syscall, for example, usually.

Not sure if faster.
2013-11-10 21:59:49 -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: fix major typo breaking mult/multu. 2013-11-10 21:54:44 -08:00
ArmCompBranch.cpp x86/armjit: Add jump following (off by default.) 2013-11-10 21:59:49 -08:00
ArmCompFPU.cpp armjit: Replace MOVI2R with using the regcache. 2013-11-10 15:50:45 -08:00
ArmCompLoadStore.cpp armjit: Optimize immediate load/stores in a row. 2013-11-10 16:32:48 -08:00
ArmCompVFPU.cpp armjit: Replace MOVI2R with using the regcache. 2013-11-10 15:50:45 -08:00
ArmJit.cpp x86/armjit: Add jump following (off by default.) 2013-11-10 21:59:49 -08:00
ArmJit.h x86/armjit: Add jump following (off by default.) 2013-11-10 21:59:49 -08:00
ArmRegCache.cpp armjit: Don't reload an armreg ptr marked noinit. 2013-11-10 16:43:38 -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