ppsspp/Core/MIPS/IR
2016-05-12 20:56:47 -07:00
..
IRAsm.cpp Initial commit for IRJit 2016-05-07 13:58:29 +02:00
IRCompALU.cpp More VFPU 2016-05-09 23:47:56 +02:00
IRCompBranch.cpp jit-ir: ExitToReg doesn't write to registers. 2016-05-12 18:34:27 -07:00
IRCompFPU.cpp IR: More VFPU. Support normal fp compares. 2016-05-12 20:16:15 +02:00
IRCompLoadStore.cpp More VFPU 2016-05-09 23:47:56 +02:00
IRCompVFPU.cpp jit-ir: Add some missing CONDITIONAL_DISABLEs. 2016-05-12 20:56:47 -07:00
IRFrontend.cpp jit-ir: ExitToReg doesn't write to registers. 2016-05-12 18:34:27 -07:00
IRFrontend.h IR: More VFPU. Support normal fp compares. 2016-05-12 20:16:15 +02:00
IRInst.cpp jit-ir: ExitToReg doesn't write to registers. 2016-05-12 18:34:27 -07:00
IRInst.h jit-ir: Expand unused regs to regular GPRs. 2016-05-12 18:30:55 -07:00
IRInterpreter.cpp jit-ir: ExitToReg doesn't write to registers. 2016-05-12 18:34:27 -07: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 IR: Some more VFPU 2016-05-10 21:50:08 +02:00
IRJit.h IR: Lots more VFPU support, some with SIMD 2016-05-12 12:17:25 +02:00
IRPassSimplify.cpp jit-ir: Prevent reading ahead for each reg write. 2016-05-12 18:30:55 -07:00
IRPassSimplify.h jit-ir: Prevent reading ahead for each reg write. 2016-05-12 18:30:55 -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