ppsspp/Core/MIPS/IR
2019-03-31 17:10:51 -07:00
..
IRAsm.cpp
IRCompALU.cpp Jit: Respect flags for jit types and features. 2019-02-03 14:57:08 -08:00
IRCompBranch.cpp
IRCompFPU.cpp Jit: Respect flags for jit types and features. 2019-02-03 14:57:08 -08:00
IRCompLoadStore.cpp Jit: Respect flags for jit types and features. 2019-02-03 14:57:08 -08:00
IRCompVFPU.cpp interp: Correct vsgn out of swizzle bounds. 2019-03-31 17:10:51 -07:00
IRFrontend.cpp jit: Apply hasSetRounding at compile time. 2018-04-01 10:36:16 -07:00
IRFrontend.h Minor cleanup 2018-01-10 09:19:27 +01:00
IRInst.cpp IR Interpreter: Add some missing instruction metadata. May help part of #10897 2018-04-11 11:16:41 +02:00
IRInst.h Core: Add flags to disable jit features. 2019-02-03 13:58:24 -08:00
IRInterpreter.cpp Temporary workaround for another IR interpreter crash. See #10897 2018-04-11 11:55:12 +02:00
IRInterpreter.h
IRJit.cpp Core: Add flags to disable jit features. 2019-02-03 13:58:24 -08:00
IRJit.h arm64jit: Update rounding mode on thread switch. 2018-04-01 10:12:32 -07:00
IRPassSimplify.cpp irjit: Improve multiple lwr in a row. 2018-01-07 21:06:02 -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