ppsspp/Core/MIPS/IR
2024-07-22 01:15:35 +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 IRInterpreter: Optimize variable shifts (no need to mask by 0x1f) 2024-06-24 09:30:21 +02:00
IRCompBranch.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02: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 Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
IRFrontend.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
IRFrontend.h irjit: Allow Vec4 to be used with masks. 2023-08-06 13:46:24 -07:00
IRInst.cpp Comments, log, cleanup 2024-07-22 01:15:35 +02:00
IRInst.h Comments, log, cleanup 2024-07-22 01:15:35 +02:00
IRInterpreter.cpp Comments, log, cleanup 2024-07-22 01:15:35 +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 Comments, log, cleanup 2024-07-22 01:15:35 +02:00
IRJit.h Some renaming, remove a gross hack 2024-07-21 19:12:51 +02:00
IRNativeCommon.cpp Delete duplicate function (now that we can easily check for compileToNative) 2024-07-21 19:17:21 +02:00
IRNativeCommon.h Delete duplicate function (now that we can easily check for compileToNative) 2024-07-21 19:17:21 +02:00
IRPassSimplify.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
IRPassSimplify.h Add new IR optimization pass, OptimizeLoadsAfterStores 2024-06-07 19:32:37 +02:00
IRRegCache.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +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