ppsspp/Core/MIPS/IR
Unknown W. Brackets 1b00da2f3a Common: Sign extend w/func not chained casts.
Should be clearer to read and easier to get right.
2021-01-31 01:25:52 -08: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: Sign extend w/func not chained casts. 2021-01-31 01:25:52 -08:00
IRCompBranch.cpp Common: Sign extend w/func not chained casts. 2021-01-31 01:25:52 -08: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 Common: Sign extend w/func not chained casts. 2021-01-31 01:25:52 -08:00
IRFrontend.cpp Remove most instances of base/logging.h from Common, Core, GPU, more 2020-08-15 19:08:44 +02:00
IRFrontend.h Minor cleanup 2018-01-10 09:19:27 +01:00
IRInst.cpp irjit: Fix mtv for INF4. 2021-01-09 12:43:50 -08:00
IRInst.h Core: Add flags to disable jit features. 2019-02-03 13:58:24 -08:00
IRInterpreter.cpp Common: Sign extend w/func not chained casts. 2021-01-31 01:25:52 -08:00
IRInterpreter.h irjit: Embed constant inside IRInst. 2018-01-03 23:24:04 -08:00
IRJit.cpp Move the profiler to Common 2020-10-04 11:42:16 +02:00
IRJit.h ARM/ARM64 instruction analysis, hook up to handler 2020-07-14 09:25:45 +02:00
IRPassSimplify.cpp Common: Sign extend w/func not chained casts. 2021-01-31 01:25:52 -08:00
IRPassSimplify.h irjit: Combine lwl/lwr and swl/swr, like before. 2018-01-07 21:05:58 -08:00
IRRegCache.cpp
IRRegCache.h