mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-15 21:51:25 +02:00

If we are flushing multiple sequential guest GPRs then we can store two in a single STP instruction. Ikaruga does this quite a bit in their blocks where they do an lmw at the very end and then we have to flush them all. Typically cuts 16 STR instructions down to 8 STP instructions there.