From 8ce53923904bfe91843c8d1945d19942d843ac22 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Mon, 19 Oct 2020 15:20:53 +0300 Subject: [PATCH] TSX: add prefetchw instruction in transaction code --- rpcs3/Emu/Cell/PPUThread.cpp | 4 ++++ rpcs3/Emu/Cell/SPUThread.cpp | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/rpcs3/Emu/Cell/PPUThread.cpp b/rpcs3/Emu/Cell/PPUThread.cpp index 3d34e2b90d..c59e97be3b 100644 --- a/rpcs3/Emu/Cell/PPUThread.cpp +++ b/rpcs3/Emu/Cell/PPUThread.cpp @@ -1344,6 +1344,8 @@ const auto ppu_stcx_accurate_tx = build_function_asm(cpu_flag::pause)); diff --git a/rpcs3/Emu/Cell/SPUThread.cpp b/rpcs3/Emu/Cell/SPUThread.cpp index 24d65e70e7..111c8b168c 100644 --- a/rpcs3/Emu/Cell/SPUThread.cpp +++ b/rpcs3/Emu/Cell/SPUThread.cpp @@ -355,6 +355,8 @@ const auto spu_putllc_tx = build_function_asm(cpu_flag::pause)); @@ -648,6 +652,8 @@ const auto spu_putlluc_tx = build_function_asm(cpu_flag::pause));