ppsspp/Core/MIPS/IR
Unknown W. Brackets bc16a55028 jit: Count delay slot cycles separately.
This makes it easier to count cycles per instruction, instead of ignoring
the delay slot's instruction for cycle count.
2021-04-12 07:04:22 -07:00
..
IRAsm.cpp Remove most instances of base/logging.h from Common, Core, GPU, more 2020-08-15 19:08:44 +02:00
IRCompALU.cpp Common: Maintain C++11 support in sign extend. 2021-01-31 08:44:02 -08:00
IRCompBranch.cpp jit: Count delay slot cycles separately. 2021-04-12 07:04:22 -07:00
IRCompFPU.cpp jit: Fix conditional disable flags. 2021-01-09 11:50:32 -08:00
IRCompLoadStore.cpp jit: Fix conditional disable flags. 2021-01-09 11:50:32 -08:00
IRCompVFPU.cpp Global: Remove some unused variables. 2021-02-15 11:59:45 -08:00
IRFrontend.cpp Remove most instances of base/logging.h from Common, Core, GPU, more 2020-08-15 19:08:44 +02:00
IRFrontend.h Minor cleanup 2018-01-10 09:19:27 +01:00
IRInst.cpp irjit: Fix mtv for INF4. 2021-01-09 12:43:50 -08:00
IRInst.h jit: Avoid using mips identifier directly. 2021-02-26 07:24:58 -08:00
IRInterpreter.cpp jit: Avoid using mips identifier directly. 2021-02-26 07:24:58 -08:00
IRInterpreter.h jit: Avoid using mips identifier directly. 2021-02-26 07:24:58 -08:00
IRJit.cpp jit: Avoid using mips identifier directly. 2021-02-26 07:24:58 -08:00
IRJit.h jit: Avoid using mips identifier directly. 2021-02-26 07:24:58 -08:00
IRPassSimplify.cpp Global: Remove some unused variables. 2021-02-15 11:59:45 -08:00
IRPassSimplify.h irjit: Combine lwl/lwr and swl/swr, like before. 2018-01-07 21:05:58 -08:00
IRRegCache.cpp jit-ir: Less instructions cause flushing in constant propagation. 2016-05-08 23:25:08 +02:00
IRRegCache.h jit-ir: Less instructions cause flushing in constant propagation. 2016-05-08 23:25:08 +02:00