ppsspp/Core/MIPS/ARM
Unknown W. Brackets d092f7dd2d armjit: Remember reg imm values even after flush.
This way, we can base other imm values off them, or even do imm math using
them.  We can also avoid re-flushing an imm.
2013-11-10 15:50:14 -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: Implement mult/multu for immediates. 2013-11-10 14:38:09 -08:00
ArmCompBranch.cpp armjit: Small optimization to syscall instr. 2013-11-10 14:38:10 -08:00
ArmCompFPU.cpp Add experimental mode to cache pointers in the arm jit. 2013-11-09 17:15:30 +01:00
ArmCompLoadStore.cpp Compile the cache instruction to nothing. 2013-11-10 14:38:10 -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 Delete functions for vsge and vslt, these have been rolled into VecDo3 2013-11-09 19:29:52 +01:00
ArmJit.h Compile the cache instruction to nothing. 2013-11-10 14:38:10 -08:00
ArmRegCache.cpp armjit: Remember reg imm values even after flush. 2013-11-10 15:50:14 -08:00
ArmRegCache.h armjit: Remember reg imm values even after flush. 2013-11-10 15:50:14 -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