ppsspp/Core/MIPS
2013-11-19 13:24:15 -08:00
..
ARM armjit: Fix divu when divisor is a constant 1. 2013-11-19 13:24:15 -08:00
JitCommon Qt: Remove controls. Undefine emit so that it is easier to use Qt headers in native files. 2013-11-20 01:25:59 +10:00
PPC Implement vocp on ARM and x86. 2013-11-19 21:41:47 +01:00
x86 Some scaffolding for a future VFPU-on-NEON implementation 2013-11-19 21:41:48 +01:00
MIPS.cpp Fix a -unsigned warning. 2013-11-15 08:18:34 -08:00
MIPS.h Return the correct value for fcr0/fir. 2013-11-14 23:39:08 -08:00
MIPSAnalyst.cpp Workaround for symbols defined in .sym files 2013-11-16 10:53:47 +01:00
MIPSAnalyst.h Extend follow functionality of disassembly 2013-11-05 21:20:21 +01:00
MIPSAsm.cpp Fix some switch/case warnings. 2013-10-19 14:57:45 -07:00
MIPSAsm.h
MIPSAsmTables.cpp Fix rotrv (dis)assembly 2013-10-13 10:36:43 +02:00
MIPSAsmTables.h
MIPSCodeUtils.cpp
MIPSCodeUtils.h
MIPSDebugInterface.cpp Add support for fpu and vfpu regs in expressions. 2013-11-17 02:15:15 -08:00
MIPSDebugInterface.h Add support for fpu and vfpu regs in expressions. 2013-11-17 02:15:15 -08:00
MIPSDis.cpp Write the retaddr to rd, not always ra, in jalr. 2013-10-17 07:39:33 -07:00
MIPSDis.h
MIPSDisVFPU.cpp
MIPSDisVFPU.h
MIPSInt.cpp x86 jit: Optimize ES, NS (is-nan-or-inf) conditions in vcmp 2013-11-12 14:07:48 +01:00
MIPSInt.h
MIPSIntVFPU.cpp x86 jit: Optimize ES, NS (is-nan-or-inf) conditions in vcmp 2013-11-12 14:07:48 +01:00
MIPSIntVFPU.h
MIPSStackWalk.cpp
MIPSStackWalk.h
MIPSTables.cpp Implement vocp on ARM and x86. 2013-11-19 21:41:47 +01:00
MIPSTables.h Fix step over handling of fpu branches 2013-11-03 09:54:58 +01:00
MIPSVFPUUtils.cpp Avoid some unlikely uninitialized values. 2013-10-26 18:31:14 -07:00
MIPSVFPUUtils.h