ppsspp/Core/MIPS/ARM
2013-08-11 22:12:15 +02:00
..
ArmAsm.cpp ARMJIT Experiment: Keep downcount in a register. Needs benchmarking. 2013-07-27 17:27:26 +02: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 We can't use S2 or D1. Use alternative means. 2013-06-10 19:28:53 +10:00
ArmCompBranch.cpp ARMJIT Experiment: Keep downcount in a register. Needs benchmarking. 2013-07-27 17:27:26 +02:00
ArmCompFPU.cpp ARMJit bugfixes, enable vmul, vadd, vdiv, vsub. 2013-07-31 00:12:43 +02:00
ArmCompLoadStore.cpp armjit: VRAM comes before RAM, fix slowmem check. 2013-03-18 08:08:40 -07:00
ArmCompVFPU.cpp Minor optimization, sketch on an lvl.q jit implementation 2013-08-11 22:12:15 +02:00
ArmJit.cpp Some JIT cleanup, implement VI2F on ARM. also disabled untested impl of viim for x86. 2013-07-31 17:27:04 +02:00
ArmJit.h A small optimization, a few jit stubs, and cross/quat product on x86. 2013-08-01 00:15:08 +02:00
ArmRegCache.cpp Only flush the required registers on function calls (only implemented for real on ARM) 2013-07-28 22:21:43 +02:00
ArmRegCache.h Only flush the required registers on function calls (only implemented for real on ARM) 2013-07-28 22:21:43 +02:00
ArmRegCacheFPU.cpp JIT: Implement vf2i (truncate mode only) 2013-08-06 19:08:15 +02:00
ArmRegCacheFPU.h ARMJit bugfixes, enable vmul, vadd, vdiv, vsub. 2013-07-31 00:12:43 +02:00