mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00

MUL and SUB can be combined in one instruction. Before: 0x1b1a7c01 mul w1, w0, w26 0x4b010318 sub w24, w24, w1 After: 0x1b1ae018 msub w24, w0, w26, w24