mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-10 01:14:22 +00:00
Micro-optimization. Some CPUs can fuse CMP+B, TST+B, arith+CBZ, etc. I also moved things around for CMP+CSET and TST+CSET - which I'm not sure if any CPUs support - but it doesn't hurt anything, so I might as well.