mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-13 23:36:20 -05:00
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. |
||
|---|---|---|
| .. | ||
| Android | ||
| Core | ||
| DSPSpy | ||
| DSPTool | ||
| PCH | ||
| UnitTests | ||
| VSProps | ||
| .clang-format | ||
| CMakeLists.txt | ||
| dolphin-emu.sln | ||