mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-18 09:47:07 +02:00

- dynamically allocate third scratch register instead of forcing ECX - use LEA as 3 operand add if possible - use BT,JC instead of SHR,TEST,JNZ - merge MOV,TEST - use appropriate ABI function (no asm change)