mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-03 05:56:42 +02:00

Almost all uses of boolean condition-register ops in real code seem to be the combination fcmpx + cror (e.g. for <= or >=). This merges the two.