ppsspp/Core/MIPS/IR
2024-04-02 18:37:00 +03: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 Merge pull request #18266 from unknownbrackets/ir-vtfm 2023-09-29 09:43:06 +02:00
IRFrontend.cpp HLE: Add mechanics for sliced replacements. 2023-12-16 09:08:58 -08:00
IRFrontend.h irjit: Allow Vec4 to be used with masks. 2023-08-06 13:46:24 -07:00
IRInst.cpp Make some global string pointers const, not just the strings. 2023-12-29 14:09:45 +01:00
IRInst.h irjit: Cache IR metadata lookups. 2023-09-30 15:56:53 -07:00
IRInterpreter.cpp Merge pull request #18560 from unknownbrackets/replacement-slice 2023-12-17 12:35:48 +01:00
IRInterpreter.h irjit: Cleanup breakpoint ops. 2023-09-03 12:27:10 -07:00
IRJit.cpp Fixed return copies from functions and const ref params 2024-04-02 18:37:00 +03:00
IRJit.h Fixed return copies from functions and const ref params 2024-04-02 18:37:00 +03:00
IRNativeCommon.cpp Minor replaced insert to emplace C++11 2023-12-19 16:06:48 +03:00
IRNativeCommon.h IR: Add mini native jit MIPS block profiler. 2023-09-24 23:04:29 -07:00
IRPassSimplify.cpp irjit: Correct bad Vec4 overlap handling. 2023-10-14 20:54:40 -07:00
IRPassSimplify.h irjit: Add a pass to keep Vec4s in Vec4s. 2023-09-01 22:35:59 -07:00
IRRegCache.cpp irjit: Fix regcache disable for FPRs. 2023-09-30 15:54:54 -07:00
IRRegCache.h x86jit: Retain old lanes when there's space. 2023-09-24 17:31:25 -07:00