rpcs3/Utilities
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
..
address_range.h Fix -Wsign-compare a little bit 2019-06-28 01:45:29 +03:00
asm.h Change utils::popcnt16 to popcnt32 2019-06-02 23:22:16 +03:00
Atomic.h Refactoring (#6143) 2019-06-29 01:27:49 +03:00
AtomicPtr.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
BEType.h Fix BE endianess arch support in semaphore_406e (#6116) 2019-06-21 19:29:49 +03:00
bin_patch.cpp Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
bin_patch.h Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
bit_set.h
BitField.h
cfmt.h Fix -Wsign-compare a little bit 2019-06-28 01:45:29 +03:00
cond.cpp Implement cpu_thread::suspend_all 2019-06-19 20:36:12 +03:00
cond.h Implement cpu_thread::suspend_all 2019-06-19 20:36:12 +03:00
Config.cpp
Config.h SPU TSX: implement Accurate PUTLLC option 2019-05-25 22:23:23 +03:00
CPUStats.h
CRC.h
date_time.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
dynamic_library.cpp Fix dynamic_library::loaded 2019-06-16 21:31:38 +03:00
dynamic_library.h
event.h
File.cpp Fix sad bug 2019-06-04 19:13:30 +03:00
File.h Implement fs::file::write_gather (Vectored I/O) 2019-06-03 23:18:39 +03:00
GDBDebugServer.cpp
GDBDebugServer.h
geometry.h utilities: Add constexpr to color4_base 2019-06-12 10:59:31 +01:00
git-version-gen.cmd
GSL.h
hash.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
Interval.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
JIT.cpp Implement cpu_thread::suspend_all 2019-06-19 20:36:12 +03:00
JIT.h Implement cpu_thread::suspend_all 2019-06-19 20:36:12 +03:00
lockless.h Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
Log.cpp Use empty() instead of comparing size() with 0 2019-06-01 22:59:23 +03:00
Log.h Fix some "-Wpedantic" warnings 2019-06-01 22:59:23 +03:00
LUrlParser.cpp
LUrlParser.h
mutex.cpp Rewrite condition variables 2018-11-29 01:30:05 +03:00
mutex.h mutex.h: fix warning (unary minus unsigned) 2019-04-13 22:56:11 +03:00
rXml.cpp
rXml.h
sema.cpp Implement cond_one sync primitive 2018-11-05 13:14:11 +03:00
sema.h
StrFmt.cpp Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
StrFmt.h
StrUtil.h
sync.h Rename cond_x16 to shared_cond 2019-06-04 16:37:50 +03:00
sysinfo.cpp Detect tsx_force_abort presence and print to log 2019-06-01 17:46:57 +03:00
sysinfo.h Detect tsx_force_abort presence and print to log 2019-06-01 17:46:57 +03:00
Thread.cpp Various small warning fixes 2019-06-28 01:45:29 +03:00
Thread.h
Timer.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
typemap.h Implement utils::refptr for typemap (with && syntax) 2019-03-01 00:08:19 +03:00
types.h Refactoring (#6143) 2019-06-29 01:27:49 +03:00
version.cpp
version.h
VirtualMemory.cpp
VirtualMemory.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00