ppsspp/Core/MIPS/ARM
2016-05-21 09:29:03 -07:00
..
ArmAsm.cpp Now the three backends actually do the same thing with rounding. Fixes a bug in the x86 backend, too. 2015-10-10 13:11:38 +02:00
ArmCompALU.cpp armjit: Handle divide by zero more accurately. 2016-05-19 00:07:41 -07:00
ArmCompBranch.cpp Jit: Always link RA, even if branch not taken. 2015-12-27 20:47:15 -08:00
ArmCompFPU.cpp jit: Normalize CONDITIONAL_DISABLE formatting. 2015-07-02 20:31:37 -07:00
ArmCompLoadStore.cpp ARM64: Fix joining of lwl/lwr and swl/swr. "implement" the cache instruction. 2015-07-11 16:25:22 +02:00
ArmCompReplace.cpp Rename the ARM Jit class to ArmJit 2014-12-07 14:25:22 +01:00
ArmCompVFPU.cpp jit: Minor cleanups. 2016-01-10 12:28:29 -08:00
ArmCompVFPUNEON.cpp Correct some warnings reported by clang. 2016-03-20 23:13:28 -07:00
ArmCompVFPUNEONUtil.cpp jit: Normalize CONDITIONAL_DISABLE formatting. 2015-07-02 20:31:37 -07:00
ArmCompVFPUNEONUtil.h Namespacing cleanup (it's bad to do "using namespace" in a header) 2014-12-07 14:44:15 +01:00
ArmJit.cpp Move the IR interpreter out into its own file. Rename it in the UI. First CMake and Android fixes. 2016-05-08 22:06:13 +02:00
ArmJit.h Add some missing override definitions. 2016-05-21 09:29:03 -07:00
ArmRegCache.cpp arm64: Oops, fix flushing zero from an armreg. 2015-07-05 11:57:18 -07:00
ArmRegCache.h arm64: Meld LO and HI together for multiplies. 2015-07-02 20:31:37 -07:00
ArmRegCacheFPU.cpp Unify JitOptions across the backends. 2015-04-12 11:41:26 -07:00
ArmRegCacheFPU.h Unify JitOptions across the backends. 2015-04-12 11:41:26 -07:00