ppsspp/Core/MIPS/IR
2016-05-08 21:37:46 -07:00
..
IRAsm.cpp Initial commit for IRJit 2016-05-07 13:58:29 +02:00
IRCompALU.cpp jit-ir: Propagate constants for shifts. 2016-05-08 19:11:58 -07:00
IRCompBranch.cpp Address a bunch of comments, thanks for the review 2016-05-08 21:38:03 +02:00
IRCompFPU.cpp Address a bunch of comments, thanks for the review 2016-05-08 21:38:03 +02:00
IRCompLoadStore.cpp ir-jit: Get rid of the regcache. Should be replaced with optimization passes. 2016-05-07 23:12:53 +02:00
IRCompVFPU.cpp Initial VFPU 2016-05-08 13:32:22 +02:00
IRInst.cpp Move the IR interpreter out into its own file. Rename it in the UI. First CMake and Android fixes. 2016-05-08 22:06:13 +02:00
IRInst.h jit-ir: Flush consts better for a few f/v ops. 2016-05-08 21:37:46 -07:00
IRInterpreter.cpp Move the IR interpreter out into its own file. Rename it in the UI. First CMake and Android fixes. 2016-05-08 22:06:13 +02:00
IRInterpreter.h Move the IR interpreter out into its own file. Rename it in the UI. First CMake and Android fixes. 2016-05-08 22:06:13 +02:00
IRJit.cpp jit-ir: Add a utility func for applying passes. 2016-05-08 16:08:35 -07:00
IRJit.h Qt, gcc, and Symbian buildfixes. 2016-05-08 14:10:07 -07:00
IRPassSimplify.cpp jit-ir: Flush consts better for a few f/v ops. 2016-05-08 21:37:46 -07:00
IRPassSimplify.h jit-ir: Add a utility func for applying passes. 2016-05-08 16:08:35 -07:00
IRRegCache.cpp jit-ir: Less instructions cause flushing in constant propagation. 2016-05-08 23:25:08 +02:00
IRRegCache.h jit-ir: Less instructions cause flushing in constant propagation. 2016-05-08 23:25:08 +02:00