rpcsx/rpcs3/Emu/Cell
Eladash 1ee7b91646 Refactoring (#6143)
Prefer vm::ptr<>::ptr over vm::get_addr.
    Prefer vm::_ptr/base over vm::g_base_addr with offset.
    Added methods atomic_t<>::bts and atomic_t<>::btr .
    Removed obsolute rsx:🧵:Read/WriteIO32 methods.
    Removed wrong check in semaphore_release.
    Added handling for PUTRx commands for RawSPU MFC proxy.
    Prefer overloaded methods of v128 instead of _mm_... in VPKSHUS ppu interpreter precise.
    Fixed more potential overflows that may result in wrong behaviour.
    Added io/size alignment check for sys_rsx_context_iounmap.
    Added rsx::constants::local_mem_base which represents RSX local memory base address.
    Removed obsolute rsx:🧵:main_mem_addr/ioSize/ioAddress members.
2019-06-29 01:27:49 +03:00
..
lv2 Refactoring (#6143) 2019-06-29 01:27:49 +03:00
Modules Refactoring (#6143) 2019-06-29 01:27:49 +03:00
Common.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
ErrorCodes.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
MFC.cpp Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
MFC.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
PPCDisAsm.h fmt::by_value, fmt::Format removed 2015-08-24 21:22:42 +03:00
PPUAnalyser.cpp Remove unnecessary header includes 2019-06-25 17:11:10 +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 Silence some obvious warnings 2017-08-18 23:09:52 +03:00
PPUFunction.cpp Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
PPUFunction.h PPU LLVM: paradigm shift 2017-06-23 20:09:33 +03:00
PPUInterpreter.cpp Refactoring (#6143) 2019-06-29 01:27:49 +03:00
PPUInterpreter.h PPU: remove SSSE3 dependency 2017-12-20 01:21:15 +03:00
PPUModule.cpp Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
PPUModule.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
PPUOpcodes.h Move rotate/cntlz/cnttz helpers to Utilities/asm.h 2018-09-08 00:32:04 +03:00
PPUThread.cpp Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
PPUThread.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
PPUTranslator.cpp Fix warnings related to parentheses 2019-06-25 20:36:32 -07:00
PPUTranslator.h Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
RawSPUThread.cpp Refactoring (#6143) 2019-06-29 01:27:49 +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 Add missing #includes to header files 2019-06-25 17:11:10 +03:00
SPUASMJITRecompiler.cpp Explcitly mark overflow in various SIMD functions. Doing so silently 2019-06-28 01:40:52 +03:00
SPUASMJITRecompiler.h SPU LLVM/ASMJIT: fix BRA/BRASL instructions for PIC 2019-05-16 02:41:31 +03:00
SPUDisAsm.cpp Partial commit: Cell 2016-04-15 19:22:34 +03:00
SPUDisAsm.h SPU Disasm: fix absolute addressing in some instructions. 2019-05-16 00:53:37 +03:00
SPUInterpreter.cpp Explcitly mark overflow in various SIMD functions. Doing so silently 2019-06-28 01:40:52 +03:00
SPUInterpreter.h Migration to named_thread<> 2018-10-19 22:22:35 +03:00
SPUOpcodes.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
SPURecompiler.cpp Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
SPURecompiler.h SPU: implement spu_runtime::g_tail_escape 2019-05-15 18:47:40 +03:00
SPUThread.cpp Refactoring (#6143) 2019-06-29 01:27:49 +03:00
SPUThread.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00