ppsspp/Core/MIPS/IR
2024-06-08 22:59:48 +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 irjit: Fix unordered float compares. 2022-10-30 21:12:59 -07:00
IRCompBranch.cpp riscv: Reduce bloat in jit fallbacks. 2023-07-25 19:42:04 -07:00
IRCompFPU.cpp irjit: ZeroFpCond -> FpCondFromReg. 2023-08-13 10:40:47 -07: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 Add new IR optimization pass, OptimizeLoadsAfterStores 2024-06-07 19:32:37 +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 Combine move-from-gpr and float cast. 2024-06-08 22:59:48 +02:00
IRInterpreter.h IRInterpreter: Various SIMD optimization. Move out the reverse-bits implementation 2024-06-01 20:29:03 +02:00
IRJit.cpp Add new IR optimization pass, OptimizeLoadsAfterStores 2024-06-07 19:32:37 +02:00
IRJit.h Improve accuracy of block timing 2024-06-07 10:17:16 +02:00
IRNativeCommon.cpp Store IR instructions in a large arena vector instead of loosely in each block. 2024-06-07 09:28:27 +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 Combine move-from-gpr and float cast. 2024-06-08 22:59:48 +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