mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-11 13:01:23 -04:00
Seems like I was wrong that ANDI2R doesn't require a temporary register here. There is *one* case when the mask won't fit in the ARM AND instruction: mask = 0xFFFFFFFF But let's just use MOV instead of AND here for this case...
116 KiB
116 KiB