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

PPC has no 8-bit sign-extended load, so this instruction pair is very common. x86 can do it in one op (movsx), so merge them when possible.