mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-04 01:15:24 -05:00
No need to materialize the immediate if it is zero, we can just use WZR. Before: mov w27, #0x0 ; =0 str w27, [x29, #0x1178] After: str wzr, [x29, #0x1178]