rpcsx/rpcs3/Emu/CPU
Nekotekina 0da24f21d6 CPU: improve cpu_thread::suspend_all for cache efficiency (TSX)
Add prefetch hint list parameter.
Workloads may be executed by another thread on another CPU core.
It means they may benefit from directly prefetching the data as hinted.
Also implement mov_rdata_nt, for "streaming" data from such workloads.
2020-10-30 05:22:09 +03:00
..
CPUDisAsm.h Debugger: Fix SignedHex 2020-10-23 13:13:04 +03:00
CPUThread.cpp CPU: improve cpu_thread::suspend_all for cache efficiency (TSX) 2020-10-30 05:22:09 +03:00
CPUThread.h CPU: improve cpu_thread::suspend_all for cache efficiency (TSX) 2020-10-30 05:22:09 +03:00
CPUTranslator.cpp PPU LLVM: Use VPERM2B to emulate VPERM (#8704) 2020-08-09 01:50:26 +01:00
CPUTranslator.h SPU LLVM: Add icelake optimized paths for SHUFB (#8712) 2020-08-13 15:00:56 +01:00