mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-06 20:00:37 -05:00
b5b8871bce
The "vector shift by immediate" category encodes the shift amount for right shifts as `size - amount`, whereas left shifts use `amount`. We're not actually using SHRN/SHRN2 anywhere, which is why this has gone undetected.