ppsspp/Core/MIPS
Unknown W. Brackets 3cb1c33fd9 interp: Fix dumb mistake in vtfm.
Had done final testing on this with a 2x2 matrix because it was simpler...

Fixes #12109.
2019-06-16 18:29:29 -07:00
..
ARM JIT: Split VFPU_MTX disable options. To help with #9843 2019-06-03 23:28:15 +02:00
ARM64 Revert "ARM64 vmmul experiment: Disable if S and T matrices overlap." 2019-06-06 09:34:23 +02:00
fake Remove a function that didn't make a lot of sense. 2017-01-26 09:50:16 +01:00
IR Implement and test clz32, use it in the MIPS interpreter cores. 2019-06-14 18:39:15 +02:00
JitCommon JIT: Split VFPU_MTX disable options. To help with #9843 2019-06-03 23:28:15 +02:00
MIPS jit: Remove unused breakpoint code. 2018-06-06 17:31:56 -07:00
x86 JIT: Split VFPU_MTX disable options. To help with #9843 2019-06-03 23:28:15 +02:00
MIPS.cpp Core: Move config enums to separate file. 2018-06-23 10:59:18 -07:00
MIPS.h Get rid of ugly alignment macros and some other cruft, we now have alignas(16) from C++11 2017-08-31 01:14:51 +02:00
MIPSAnalyst.cpp Debugger: Prevent invalid address on syscall. 2018-11-17 08:54:29 -08:00
MIPSAnalyst.h Module: Clarify insertSymbols usage. 2018-03-17 13:58:56 -07:00
MIPSAsm.cpp Debugger: Update to latest armips. 2018-06-30 14:18:26 -07:00
MIPSAsm.h
MIPSCodeUtils.cpp
MIPSCodeUtils.h Hook some funcs in Me and My Katamari. 2016-05-20 22:30:25 -07:00
MIPSDebugInterface.cpp Debugger: Allow conditions on threadID/moduleID. 2018-06-08 06:59:18 -07:00
MIPSDebugInterface.h Debugger: Minor cleanup in MIPSDebugInterface. 2018-06-08 06:59:16 -07:00
MIPSDis.cpp Fix some unused variable warnings. 2015-11-25 16:11:53 -08:00
MIPSDis.h
MIPSDisVFPU.cpp Debugger: Avoid asserts in disassembly. 2018-06-08 06:59:18 -07:00
MIPSDisVFPU.h
MIPSInt.cpp Implement and test clz32, use it in the MIPS interpreter cores. 2019-06-14 18:39:15 +02:00
MIPSInt.h Remove unused code 2016-05-01 11:35:16 +02:00
MIPSIntVFPU.cpp interp: Fix dumb mistake in vtfm. 2019-06-16 18:29:29 -07:00
MIPSIntVFPU.h Remove unused code 2016-05-01 11:35:16 +02:00
MIPSStackWalk.cpp
MIPSStackWalk.h
MIPSTables.cpp interp: Implement vsbz and vlgb. 2019-02-23 15:08:49 -08:00
MIPSTables.h Refactor prep: Split JitInterface into MIPSFrontendInterface and JitInterface 2016-05-09 19:41:39 +02:00
MIPSVFPUUtils.cpp interp: Correct vfim for -inf and similar. 2019-03-31 13:41:48 -07:00
MIPSVFPUUtils.h interp: Correct some negative invalid zero cases. 2019-03-31 13:45:37 -07:00