ppsspp/Core/MIPS/IR
Unknown W. Brackets 2b36e0a625 irjit: ZeroFpCond -> FpCondFromReg.
We already have a zero reg, so this is more useful and symmetrical.
2023-08-13 10:40:47 -07:00
..
IRAnalysis.cpp Buildfix for VS2017 2023-08-06 15:06:54 +03:00
IRAnalysis.h riscv: Spill registers more intelligently. 2023-07-30 14:24:12 -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 #17875 from unknownbrackets/riscv-jit 2023-08-09 09:30:15 +02:00
IRFrontend.cpp Core: Cleanup disasm buffer usage. 2023-04-29 09:07:25 -07:00
IRFrontend.h irjit: Allow Vec4 to be used with masks. 2023-08-06 13:46:24 -07:00
IRInst.cpp irjit: ZeroFpCond -> FpCondFromReg. 2023-08-13 10:40:47 -07:00
IRInst.h irjit: ZeroFpCond -> FpCondFromReg. 2023-08-13 10:40:47 -07:00
IRInterpreter.cpp irjit: ZeroFpCond -> FpCondFromReg. 2023-08-13 10:40:47 -07:00
IRInterpreter.h jit: Avoid using mips identifier directly. 2021-02-26 07:24:58 -08:00
IRJit.cpp riscv: Spill registers more intelligently. 2023-07-30 14:24:12 -07:00
IRJit.h irjit: Move more to IRNativeBackend, split. 2023-08-06 00:16:43 -07:00
IRNativeCommon.cpp irjit: ZeroFpCond -> FpCondFromReg. 2023-08-13 10:40:47 -07:00
IRNativeCommon.h riscv: Don't cache mipState on backend. 2023-08-08 23:17:32 -07:00
IRPassSimplify.cpp irjit: ZeroFpCond -> FpCondFromReg. 2023-08-13 10:40:47 -07:00
IRPassSimplify.h irjit: Add constructs for validing mem access. 2022-08-21 13:01:23 -07:00
IRRegCache.cpp irjit: Rename IRRegCache to IRImmRegCache. 2023-08-08 23:05:14 -07:00
IRRegCache.h irjit: Rename IRRegCache to IRImmRegCache. 2023-08-08 23:05:14 -07:00