ppsspp/Core/MIPS/IR
2024-06-19 18:09:38 +02:00
..
IRAnalysis.cpp irjit: Cache IR metadata lookups. 2023-09-30 15:56:53 -07:00
IRAnalysis.h irjit: Cache IR metadata lookups. 2023-09-30 15:56:53 -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 Optimize a common case of the ins instruction 2024-06-08 23:10:29 +02:00
IRCompBranch.cpp riscv: Reduce bloat in jit fallbacks. 2023-07-25 19:42:04 -07:00
IRCompFPU.cpp Implement FPU rounding mode support in the IR interpreter for x86/x64 2024-06-19 18:09:38 +02:00
IRCompLoadStore.cpp irjit: Implement ll/sc. 2023-07-29 17:57:44 -07:00
IRCompVFPU.cpp IRInterpreter compiler: Reject all vec2ops where the prefix is unknown 2024-05-22 23:19:14 +02:00
IRFrontend.cpp Implement FPU rounding mode support in the IR interpreter for x86/x64 2024-06-19 18:09:38 +02:00
IRFrontend.h irjit: Allow Vec4 to be used with masks. 2023-08-06 13:46:24 -07:00
IRInst.cpp Combine move-from-gpr and float cast. 2024-06-08 22:59:48 +02:00
IRInst.h Combine move-from-gpr and float cast. 2024-06-08 22:59:48 +02:00
IRInterpreter.cpp Implement FPU rounding mode support in the IR interpreter for x86/x64 2024-06-19 18:09:38 +02:00
IRInterpreter.h Implement FPU rounding mode support in the IR interpreter for x86/x64 2024-06-19 18:09:38 +02:00
IRJit.cpp IRJit: If we're in "JIT using IR" mode, don't accidentally optimize for the interpreter. 2024-06-11 10:24:08 +02:00
IRJit.h IRJit: If we're in "JIT using IR" mode, don't accidentally optimize for the interpreter. 2024-06-11 10:24:08 +02:00
IRNativeCommon.cpp IRJit: If we're in "JIT using IR" mode, don't accidentally optimize for the interpreter. 2024-06-11 10:24:08 +02:00
IRNativeCommon.h Store IR instructions in a large arena vector instead of loosely in each block. 2024-06-07 09:28:27 +02:00
IRPassSimplify.cpp Optimize away the redundant vector loads in the Wipeout games. 2024-06-08 23:22:58 +02:00
IRPassSimplify.h Add new IR optimization pass, OptimizeLoadsAfterStores 2024-06-07 19:32:37 +02:00
IRRegCache.cpp Store IR instructions in a large arena vector instead of loosely in each block. 2024-06-07 09:28:27 +02:00
IRRegCache.h Store IR instructions in a large arena vector instead of loosely in each block. 2024-06-07 09:28:27 +02:00