ppsspp/Core/MIPS/ARM
Henrik Rydgård fd19b8d271 Merge pull request #6197 from unknownbrackets/replace-funcs
Function replacement hooks and some GLES compat replacements
2014-05-31 20:30:30 +02:00
..
ArmAsm.cpp armjit: Allow R1 in regalloc, use LR as temp. 2014-03-28 18:38:38 -07:00
ArmAsm.h Reduce some includes under GPU/. 2014-03-29 16:51:38 -07:00
ArmCompALU.cpp armjit: Allow R1 in regalloc, use LR as temp. 2014-03-28 18:38:38 -07:00
ArmCompBranch.cpp armjit: Allow R1 in regalloc, use LR as temp. 2014-03-28 18:38:38 -07:00
ArmCompFPU.cpp armjit: Allow R1 in regalloc, use LR as temp. 2014-03-28 18:38:38 -07:00
ArmCompLoadStore.cpp armjit: Allow R1 in regalloc, use LR as temp. 2014-03-28 18:38:38 -07:00
ArmCompReplace.cpp Bugfix replace function inlining (compilerPC needs to be increased). Misc. 2013-12-20 15:37:37 +01:00
ArmCompVFPU.cpp armjit: Minor const optimization in Comp_VV2Op. 2014-05-31 11:12:36 -07:00
ArmCompVFPUNEON.cpp Some scaffolding for a future VFPU-on-NEON implementation 2013-11-19 21:41:48 +01:00
ArmJit.cpp Update PC before going into a replacement func. 2014-05-31 10:03:01 -07:00
ArmJit.h armjit: Use our I2R funcs on reg/reg math too. 2014-03-14 19:15:43 -07:00
ArmRegCache.cpp armjit: Allow R1 in regalloc, use LR as temp. 2014-03-28 18:38:38 -07:00
ArmRegCache.h armjit: Allow R1 in regalloc, use LR as temp. 2014-03-28 18:38:38 -07:00
ArmRegCacheFPU.cpp Skip flushing FPU/VFPU regs if none were allocated. 2014-03-30 00:42:25 -07:00
ArmRegCacheFPU.h Skip flushing FPU/VFPU regs if none were allocated. 2014-03-30 00:42:25 -07:00