ppsspp/Core/MIPS/IR
Unknown W. Brackets 6da10463f9 Debugger: Make reg names safer, stop using v000.
Better to use S000, etc. as that's more clear throughout.
2023-04-29 09:48:33 -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 x86jit: Refactor and fix jump in branch delay slot. 2022-09-03 19:58:46 -07:00
IRCompFPU.cpp irjit: Fix unordered float compares. 2022-10-30 21:12:59 -07:00
IRCompLoadStore.cpp jit: Fix conditional disable flags. 2021-01-09 11:50:32 -08:00
IRCompVFPU.cpp irjit: Fix vi2us/vi2s with non-consecutive. 2023-03-15 21:30:35 -07:00
IRFrontend.cpp Core: Cleanup disasm buffer usage. 2023-04-29 09:07:25 -07:00
IRFrontend.h Minor cleanup 2018-01-10 09:19:27 +01:00
IRInst.cpp Debugger: Make reg names safer, stop using v000. 2023-04-29 09:48:33 -07:00
IRInst.h irjit: Add constructs for validing mem access. 2022-08-21 13:01:23 -07:00
IRInterpreter.cpp Fix whitespace issues 2023-04-02 16:36:39 +02:00
IRInterpreter.h jit: Avoid using mips identifier directly. 2021-02-26 07:24:58 -08:00
IRJit.cpp Core: Cleanup disasm buffer usage. 2023-04-29 09:07:25 -07:00
IRJit.h Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
IRPassSimplify.cpp irjit: Validate alignment in slow memory mode. 2022-08-21 13:24:10 -07:00
IRPassSimplify.h irjit: Add constructs for validing mem access. 2022-08-21 13:01:23 -07:00
IRRegCache.cpp irjit: Add tests for IR passes. 2022-07-24 11:35:54 -07:00
IRRegCache.h jit-ir: Less instructions cause flushing in constant propagation. 2016-05-08 23:25:08 +02:00