mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00

ComputeRC was a bit unclear by using 64bit registers for setting the immediate and then calling SXTW on a 6b4it register which is just a bit obscure. When the source register is an immediate in cntlzwx, just use the built in GCC function instead of our own implementing for counting leading zeros.