rpcsx/rpcs3/Emu/Cell
2017-12-02 12:36:05 +03:00
..
lv2 sys_net: Force AF_INET 2017-12-02 12:36:05 +03:00
Modules Silence warnings in lv2/Modules 2017-11-30 18:07:19 +03:00
Common.h PPU interpreter (precise): SAT bit implemented (#2736) 2017-04-30 21:05:50 +03:00
ErrorCodes.h Added CELL_CANCEL 2017-05-15 14:37:05 +03:00
MFC.cpp mfc: Fix support for list transfer stall bit with partial support for out of order execution - Also give Sync commands a size so they are properly detected by queue checks 2017-12-01 20:29:59 +03:00
MFC.h New reservations 2017-03-10 15:51:40 +03:00
PPCDisAsm.h fmt::by_value, fmt::Format removed 2015-08-24 21:22:42 +03:00
PPUAnalyser.cpp fixup 2017-10-28 23:39:10 +03:00
PPUAnalyser.h ppu_acontext draft 2017-10-28 23:24:08 +03:00
PPUCallback.h Silly macro removed 2016-08-12 19:31:28 +03:00
PPUDisAsm.cpp HLE linkage rewritten 2017-04-16 17:44:19 +03:00
PPUDisAsm.h Silence some obvious warnings 2017-08-18 23:09:52 +03:00
PPUFunction.cpp sys_net full rewrite 2017-10-05 19:51:37 +03:00
PPUFunction.h PPU LLVM: paradigm shift 2017-06-23 20:09:33 +03:00
PPUInterpreter.cpp Add PPU instruction stat dumper 2017-10-11 20:06:33 +03:00
PPUInterpreter.h PPU interpreter (precise): SAT bit implemented (#2736) 2017-04-30 21:05:50 +03:00
PPUModule.cpp Implement CALL_FUNC 2017-10-05 19:51:37 +03:00
PPUModule.h Implement CALL_FUNC 2017-10-05 19:51:37 +03:00
PPUOpcodes.h PPUOpcodes.h updated 2017-06-23 20:09:33 +03:00
PPUThread.cpp Optimize PPU module loading 2017-10-11 20:06:33 +03:00
PPUThread.h Implement CALL_FUNC 2017-10-05 19:51:37 +03:00
PPUTranslator.cpp PPUTranslator minor changes 2017-11-08 08:34:00 +04:00
PPUTranslator.h Make it build on macOS with Clang 2017-08-08 23:20:07 +03:00
RawSPUThread.cpp spu: Fix interrupt jump check - also change interrupt variable to atomic bool for ease of setting/checking 2017-12-01 20:29:59 +03:00
RawSPUThread.h IdManager improved 2017-01-25 23:29:36 +03:00
SPUAnalyser.cpp spu: Recompiler Interrupt optimizations - Pigeonhole optimize for branching pattern that is used to enable and disable interrupts used in code, this should lower amount of blocks that are compiled and avoid falling out of a block - Recompiled interupt check in some cases to stay in block instead of falling out to dispatcher 2017-12-01 20:29:59 +03:00
SPUAnalyser.h SPU: minor optimization 2017-07-30 01:09:42 +03:00
SPUASMJITRecompiler.cpp spu: Fix interrupt jump check - also change interrupt variable to atomic bool for ease of setting/checking 2017-12-01 20:29:59 +03:00
SPUASMJITRecompiler.h spu: Recompiler Interrupt optimizations - Pigeonhole optimize for branching pattern that is used to enable and disable interrupts used in code, this should lower amount of blocks that are compiled and avoid falling out of a block - Recompiled interupt check in some cases to stay in block instead of falling out to dispatcher 2017-12-01 20:29:59 +03:00
SPUDisAsm.cpp Partial commit: Cell 2016-04-15 19:22:34 +03:00
SPUDisAsm.h Complex STOP 0x0 hack 2017-02-24 16:57:09 +03:00
SPUInterpreter.cpp spu: Fix interrupt jump check - also change interrupt variable to atomic bool for ease of setting/checking 2017-12-01 20:29:59 +03:00
SPUInterpreter.h Partial commit: Cell 2016-04-15 19:22:34 +03:00
SPUOpcodes.h Partial commit: Cell 2016-04-15 19:22:34 +03:00
SPURecompiler.cpp spu: Fix interrupt jump check - also change interrupt variable to atomic bool for ease of setting/checking 2017-12-01 20:29:59 +03:00
SPURecompiler.h Minor changes 2017-01-25 04:43:12 +03:00
SPUThread.cpp spu: Fix interrupt jump check - also change interrupt variable to atomic bool for ease of setting/checking 2017-12-01 20:29:59 +03:00
SPUThread.h spu: Fix interrupt jump check - also change interrupt variable to atomic bool for ease of setting/checking 2017-12-01 20:29:59 +03:00