rpcsx/rpcs3/Emu/Cell
eladash 47ca1b1dda Minor optimizations in cellPad
- Dont bother with shared_ptr since all pad_t management is going under the pad mutex.

- Change m_pads type into std::array since its size is known
2019-03-31 14:57:21 +03:00
..
lv2 Implement SPU page faults notifications 2019-03-12 13:28:31 +03:00
Modules Minor optimizations in cellPad 2019-03-31 14:57:21 +03:00
Common.h
ErrorCodes.h
MFC.cpp Update SPU dump: print current MFC cmd 2018-05-21 00:18:37 +03:00
MFC.h Remove mfc_thread 2018-03-31 21:13:12 +03:00
PPCDisAsm.h
PPUAnalyser.cpp Move rotate/cntlz/cnttz helpers to Utilities/asm.h 2018-09-08 00:32:04 +03:00
PPUAnalyser.h Move rotate/cntlz/cnttz helpers to Utilities/asm.h 2018-09-08 00:32:04 +03:00
PPUCallback.h Increases stack allocation for callbacks. 2018-11-12 15:09:26 +03:00
PPUDisAsm.cpp Fixes PPU disasm for branch opcodes 2018-04-16 19:02:06 +04:00
PPUDisAsm.h
PPUFunction.cpp Add _sys_lwmutex_unlock2 syscall name 2019-03-12 23:55:13 +03:00
PPUFunction.h
PPUInterpreter.cpp ppu: Set link unconditionally 2018-12-10 01:34:02 +03:00
PPUInterpreter.h PPU: remove SSSE3 dependency 2017-12-20 01:21:15 +03:00
PPUModule.cpp hle: Fix cellSysutilAvcExt module 2019-03-31 00:55:55 +03:00
PPUModule.h hle: Fix cellSysutilAvcExt module 2019-03-31 00:55:55 +03:00
PPUOpcodes.h Move rotate/cntlz/cnttz helpers to Utilities/asm.h 2018-09-08 00:32:04 +03:00
PPUThread.cpp Use LLVM 9 2019-03-30 01:36:48 +03:00
PPUThread.h Migration to named_thread<> 2018-10-19 22:22:35 +03:00
PPUTranslator.cpp Use LLVM 9 2019-03-30 01:36:48 +03:00
PPUTranslator.h Use LLVM 9 2019-03-30 01:36:48 +03:00
RawSPUThread.cpp Migration to named_thread<> 2018-10-19 22:22:35 +03:00
RawSPUThread.h Migration to named_thread<> 2018-10-19 22:22:35 +03:00
SPUAnalyser.cpp Implement spu_iname helper 2018-07-06 00:33:52 +03:00
SPUAnalyser.h Implement spu_iname helper 2018-07-06 00:33:52 +03:00
SPUASMJITRecompiler.cpp Implement spu_runtime::reset 2019-03-23 02:43:41 +03:00
SPUASMJITRecompiler.h Implement spu_runtime::reset 2019-03-23 02:43:41 +03:00
SPUDisAsm.cpp
SPUDisAsm.h Complex STOP 0x0 hack 2017-02-24 16:57:09 +03:00
SPUInterpreter.cpp Fix SPU STOP instruction 2018-11-05 14:35:50 +03:00
SPUInterpreter.h Migration to named_thread<> 2018-10-19 22:22:35 +03:00
SPUOpcodes.h Extend ppu_decoder/spu_decoder templates 2018-05-30 20:35:35 +03:00
SPURecompiler.cpp Use LLVM 9 2019-03-30 01:36:48 +03:00
SPURecompiler.h New SPU interpreter (SPU fast) 2019-03-27 20:33:44 +03:00
SPUThread.cpp New SPU interpreter (SPU fast) 2019-03-27 20:33:44 +03:00
SPUThread.h Make more use of the new atomic_t<>::release 2019-02-10 00:16:57 +03:00