Files
dolphin/Source/Core/Core/PowerPC
Sintendo 0d9984b299 JitArm64_SystemRegisters: Optimize mtspr
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]
2024-10-10 22:16:28 +02:00
..
2024-08-22 17:29:26 -07:00
2024-07-02 18:29:42 +02:00
2024-08-14 22:18:28 +02:00
2024-08-20 14:59:54 +02:00
2024-07-02 18:29:42 +02:00
2024-08-14 22:18:28 +02:00
2024-08-22 17:29:26 -07:00
2023-11-28 18:59:34 +01:00