mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-01 13:48:47 +00:00
Merge pull request #2088 from Sintendo/diecmp
Emit 'TEST reg, reg' for 'CMP reg, 0' automatically
This commit is contained in:
commit
b3aaa46d42
7 changed files with 28 additions and 14 deletions
|
@ -484,6 +484,8 @@ public:
|
|||
void MOV (int bits, const OpArg &a1, const OpArg &a2);
|
||||
void TEST(int bits, const OpArg &a1, const OpArg &a2);
|
||||
|
||||
void CMP_or_TEST(int bits, const OpArg &a1, const OpArg &a2);
|
||||
|
||||
// Are these useful at all? Consider removing.
|
||||
void XCHG(int bits, const OpArg &a1, const OpArg &a2);
|
||||
void XCHG_AHAL();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue