rpcsx/rpcs3/Emu/Cell
Eladash d86c9a2549 sys_mmapper: rewrite page fault thread notifications
* Fix a corner case where SPU thread has the same ID as a PPU thread.
* Fix a potential deadlock on Emu.Stop() while sending event in EBUSY loop.
* Thread specific notifications.
2020-06-18 20:13:54 +03:00
..
lv2 sys_mmapper: rewrite page fault thread notifications 2020-06-18 20:13:54 +03:00
Modules cellAudio: Minor fixup 2020-06-14 18:45:46 +01:00
Common.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
ErrorCodes.h Random space fixes 2019-10-14 19:42:35 +03:00
MFC.cpp Fix warnings 2020-05-27 18:41:17 +03:00
MFC.h SPU MFC: Implement MFC_SDCRZ_CMD 2020-05-20 22:55:30 +03:00
PPCDisAsm.h PPU Disasm: Fix branches spacing 2020-03-14 16:12:18 +03:00
PPUAnalyser.cpp PPUAnalyzer: Check if TOC from OPD is a valid address 2020-04-19 10:56:42 +01:00
PPUAnalyser.h Replace utils::cntlz{32,64} with std::countl_zero 2020-04-14 16:05:58 +03:00
PPUCallback.h sys_ppu_thread_create: read function descriptor immediately and save it 2020-04-08 19:23:13 +03:00
PPUDisAsm.cpp SPU/PPU disasm: replace unknown instructions message with question marks 2020-05-22 17:37:22 +03:00
PPUDisAsm.h PPU Disasm: Fix branches spacing 2020-03-14 16:12:18 +03:00
PPUFunction.cpp Get rid of "module" keyword 2020-05-06 18:20:11 +03:00
PPUFunction.h Memoize and print r3-r6 under Current function in the ppu_thread::dump() 2020-03-22 14:13:52 +03:00
PPUInterpreter.cpp PPU interpreters: Fix VRFIM, VRFIN, VRFIP, VRFIZ 2020-06-11 14:31:38 +03:00
PPUInterpreter.h PPU: implement VNMSUBFP (precise variant) 2020-06-07 22:44:07 +03:00
PPUModule.cpp Get rid of "module" keyword 2020-05-06 18:20:11 +03:00
PPUModule.h Get rid of "module" keyword 2020-05-06 18:20:11 +03:00
PPUOpcodes.h Remove std::rotr usage for now 2020-05-14 21:42:44 +03:00
PPUThread.cpp Fix some checks 2020-06-04 19:48:08 +03:00
PPUThread.h idm: Implement creation/destruction invalidation counter 2020-05-24 19:24:07 +03:00
PPUTranslator.cpp Fix some misspells 2020-05-20 22:53:24 +03:00
PPUTranslator.h Emu/Config: Add option for accurate PPU LLVM vector NaNs 2020-05-14 11:14:28 +01:00
RawSPUThread.cpp SPU MFC: Implement MFC_SDCRZ_CMD 2020-05-20 22:55:30 +03:00
RawSPUThread.h Migration to named_thread<> 2018-10-19 22:22:35 +03:00
SPUAnalyser.cpp spu_iname: refactor to use actual strings 2020-03-26 15:26:55 +03:00
SPUAnalyser.h spu_iname: refactor to use actual strings 2020-03-26 15:26:55 +03:00
SPUASMJITRecompiler.cpp SPU LLVM: fix spu_cache dependency 2020-05-31 21:54:04 +03:00
SPUASMJITRecompiler.h SPU: internal refactoring, add spu_program 2019-11-26 00:01:38 +03:00
SPUDisAsm.cpp Make spu_decoder<> objects constexpr 2020-03-24 12:18:37 +03:00
SPUDisAsm.h SPU/PPU disasm: replace unknown instructions message with question marks 2020-05-22 17:37:22 +03:00
SPUInterpreter.cpp SPU MFC: Fix SN interrupts 2020-05-20 22:55:30 +03:00
SPUInterpreter.h Make spu_decoder<> objects constexpr 2020-03-24 12:18:37 +03:00
SPUOpcodes.h Make spu_decoder<> objects constexpr 2020-03-24 12:18:37 +03:00
SPURecompiler.cpp fixup 2020-06-18 06:47:07 +03:00
SPURecompiler.h SPU LLVM: fix spu_cache dependency 2020-05-31 21:54:04 +03:00
SPUThread.cpp v128: A few optimizations (#8432) 2020-06-15 17:24:04 +03:00
SPUThread.h SPU MFC: Fix SN interrupts 2020-05-20 22:55:30 +03:00