dolphin/Source
JosJuice c1ba2fcea0 JitArm64: Use STP for paired m_ppc_state GPRs
Arm64GPRCache already uses STP when flushing two adjacent registers in
the same FlushRegisters call, so we can accomplish this by tweaking
PPCAnalyst so that registers we've paired get flushed at the same time.

I had to rework the bitwise logic in Jit.cpp and the STP logic in the
lwm implementation, since there is no longer any guarantee that every
register that goes "out of use" at a given instruction is actually used
by that instruction.
2026-06-28 11:00:30 +02:00
..
Android Merge pull request #14631 from Simonx22/android/convert-directoryinitialization-to-kotlin 2026-05-25 12:39:14 -07:00
Core JitArm64: Use STP for paired m_ppc_state GPRs 2026-06-28 11:00:30 +02:00
DSPSpy Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
DSPTool Host: Remove unnecessary functions 2025-08-03 13:19:30 -07:00
PCH Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
UnitTests JitArm64: Add analysis for m_ppc_state LDP/STP 2026-06-28 11:00:29 +02:00
VSProps Update bundled Windows Qt to 6.8.3 2026-06-26 19:22:16 +02:00
.clang-format Clang-format: Fix invalid settings 2025-05-01 22:05:07 +02:00
CMakeLists.txt Merge pull request #14251 from JoshuaVandaele/cmake-editorconfig 2026-01-11 16:28:03 -05:00
dolphin-emu.sln Core/HW: Add Visual Studio project files for cpp-ipc library. 2025-10-28 18:50:58 +00:00