ppsspp/Core/MIPS/IR
2016-08-06 10:59:06 +02:00
..
IRAsm.cpp Initial commit for IRJit 2016-05-07 13:58:29 +02:00
IRCompALU.cpp jit-ir: Add div/divu instructions. 2016-05-14 19:23:52 -07:00
IRCompBranch.cpp jit-ir: Decrease downcount after delayslot. 2016-07-02 16:35:56 -07:00
IRCompFPU.cpp jit-ir: Implement memory breakpoints. 2016-07-02 16:38:30 -07:00
IRCompLoadStore.cpp jit-ir: Implement memory breakpoints. 2016-07-02 16:38:30 -07:00
IRCompVFPU.cpp Merge pull request #8840 from unknownbrackets/ir-vfpu 2016-07-04 10:02:52 +02:00
IRFrontend.cpp jit-ir: Implement memory breakpoints. 2016-07-02 16:38:30 -07:00
IRFrontend.h jit-ir: Implement memory breakpoints. 2016-07-02 16:38:30 -07:00
IRInst.cpp jit-ir: Implement memory breakpoints. 2016-07-02 16:38:30 -07:00
IRInst.h jit-ir: Implement memory breakpoints. 2016-07-02 16:38:30 -07:00
IRInterpreter.cpp Merge pull request #8888 from unknownbrackets/warnings 2016-08-06 10:59:06 +02:00
IRInterpreter.h jit-ir: Implement bit reverse instruction. 2016-05-14 18:21:42 -07:00
IRJit.cpp Correct some initialization order warnings. 2016-08-05 10:46:11 -07:00
IRJit.h Correct some initialization order warnings. 2016-08-05 10:46:11 -07:00
IRPassSimplify.cpp jit-ir: Implement memory breakpoints. 2016-07-02 16:38:30 -07:00
IRPassSimplify.h jit-ir: Add load/store reorder and merge passes. 2016-05-17 21:24:13 -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