mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-11 22:14:40 +00: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.