ppsspp/Core/MIPS
Unknown W. Brackets cc8e9a93c3 irjit: For debug, return the best block at addr.
Invalidation may result in multiple matching blocks, prefer any that is
currently valid.
2018-01-06 17:08:54 -08:00
..
ARM Show IR disassembly in JIT Compare screen 2018-01-04 12:23:23 +01:00
ARM64 Show IR disassembly in JIT Compare screen 2018-01-04 12:23:23 +01:00
fake Remove a function that didn't make a lot of sense. 2017-01-26 09:50:16 +01:00
IR irjit: For debug, return the best block at addr. 2018-01-06 17:08:54 -08:00
JitCommon jit: Add interface to precompile functions. 2018-01-06 16:43:38 -08:00
MIPS Show IR disassembly in JIT Compare screen 2018-01-04 12:23:23 +01:00
x86 Show IR disassembly in JIT Compare screen 2018-01-04 12:23:23 +01:00
MIPS.cpp Can't call functions through known-nil pointers, even if they don't touch local data - LLVM's optimizer might have done something stupid. 2017-11-30 01:07:03 +01: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 irjit: Allow precompiling funcs at start. 2018-01-06 17:06:53 -08:00
MIPSAnalyst.h jit: Add interface to precompile functions. 2018-01-06 16:43:38 -08:00
MIPSAsm.cpp UnitTest: Correct vertex and jit tests. 2017-05-06 18:45:04 -07:00
MIPSAsm.h
MIPSCodeUtils.cpp
MIPSCodeUtils.h
MIPSDebugInterface.cpp
MIPSDebugInterface.h
MIPSDis.cpp
MIPSDis.h
MIPSDisVFPU.cpp
MIPSDisVFPU.h
MIPSInt.cpp
MIPSInt.h
MIPSIntVFPU.cpp
MIPSIntVFPU.h
MIPSStackWalk.cpp
MIPSStackWalk.h
MIPSTables.cpp Remove an unused function. 2016-05-31 11:40:39 -07:00
MIPSTables.h
MIPSVFPUUtils.cpp A better alternative to #8564 2016-12-01 18:23:58 +01:00
MIPSVFPUUtils.h