rpcsx/rpcs3/Emu/Cell
Nekotekina 050c3e1d6b Rewrite cpu_thread::suspend_all
Now it's a function of higher order.
Make only one thread do the hard work of thread pausing.
2020-10-10 13:58:48 +03:00
..
lv2 Implement sys_process_is_spu_lock_line_reservation_address 2020-10-04 19:54:56 +03:00
Modules vm: rewrite reservation bits 2020-10-10 13:58:48 +03: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 debugger: Add atomic status and tag update channels information 2020-06-27 07:04:37 +01:00
PPCDisAsm.h Debugger: Use Signed Hexadecimal formatting (#8751) 2020-08-20 22:07:31 +01: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 Debugger: Implement PPU SLWI, SRWI, SLDI mnemonics 2020-08-24 02:10:51 +03:00
PPUDisAsm.h Debugger: Use Signed Hexadecimal formatting (#8751) 2020-08-20 22:07:31 +01: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 SPU/PPU: Implement Atomic Cache Line Stores 2020-09-27 20:09:21 +03:00
PPUInterpreter.h PPU: implement VNMSUBFP (precise variant) 2020-06-07 22:44:07 +03:00
PPUModule.cpp Prettify SPU image name of dumped images 2020-10-07 01:12:45 +03:00
PPUModule.h Replace ppu_module_manager Function Static with Class Static variable (static module map) (#8669) 2020-08-06 12:34:08 +02:00
PPUOpcodes.h Remove std::rotr usage for now 2020-05-14 21:42:44 +03:00
PPUThread.cpp Rewrite cpu_thread::suspend_all 2020-10-10 13:58:48 +03:00
PPUThread.h Set max PPU threads to 100 2020-10-01 19:51:56 +03:00
PPUTranslator.cpp PPU: Implement support for 128-byte reservations coherency 2020-09-28 22:34:42 +03:00
PPUTranslator.h PPU Precise/LLVM: Support NJ modes (#8617) 2020-07-25 07:41:41 +01:00
RawSPUThread.cpp SPU Local Storage capture 2020-10-08 19:05:14 +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: Implement many missing channel counts 2020-09-22 19:47:47 +03:00
SPUASMJITRecompiler.h SPU: Implement events channel count, minor interrupts fixes 2020-09-18 21:57:24 +03:00
SPUDisAsm.cpp Make spu_decoder<> objects constexpr 2020-03-24 12:18:37 +03:00
SPUDisAsm.h SPU: Implement channels 70, 71, add naming for channel 69 (#8932) 2020-09-19 13:08:35 +01:00
SPUInterpreter.cpp SPU: Implement events channel count, minor interrupts fixes 2020-09-18 21:57:24 +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 SPU: Remove dead additions in Accurate Xfloat 2020-10-03 20:31:35 +03:00
SPURecompiler.h SPU LLVM: fix spu_cache dependency 2020-05-31 21:54:04 +03:00
SPUThread.cpp Rewrite cpu_thread::suspend_all 2020-10-10 13:58:48 +03:00
SPUThread.h SPU Local Storage capture 2020-10-08 19:05:14 +03:00