ppsspp/Core/MIPS/IR
Unknown W. Brackets 6715f41410 irjit: Add constructs for validing mem access.
Basically to allow slow/fast memory to work with IR, including for
alignment checks.
2022-08-21 13:01:23 -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 Common: Maintain C++11 support in sign extend. 2021-01-31 08:44:02 -08:00
IRCompBranch.cpp jit: Count delay slot cycles separately. 2021-04-12 07:04:22 -07:00
IRCompFPU.cpp jit: Fix conditional disable flags. 2021-01-09 11:50:32 -08:00
IRCompLoadStore.cpp jit: Fix conditional disable flags. 2021-01-09 11:50:32 -08:00
IRCompVFPU.cpp Global: Remove some unused variables. 2021-02-15 11:59:45 -08:00
IRFrontend.cpp irjit: Add constructs for validing mem access. 2022-08-21 13:01:23 -07:00
IRFrontend.h
IRInst.cpp irjit: Add constructs for validing mem access. 2022-08-21 13:01:23 -07:00
IRInst.h irjit: Add constructs for validing mem access. 2022-08-21 13:01:23 -07:00
IRInterpreter.cpp irjit: Add constructs for validing mem access. 2022-08-21 13:01:23 -07:00
IRInterpreter.h jit: Avoid using mips identifier directly. 2021-02-26 07:24:58 -08:00
IRJit.cpp irjit: Allow unaligned loads by default. 2022-07-11 17:36:39 -07:00
IRJit.h Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
IRPassSimplify.cpp irjit: Add constructs for validing mem access. 2022-08-21 13:01:23 -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