[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [4426] Add TCG native negation op.
From: |
Fabrice Bellard |
Subject: |
Re: [Qemu-devel] [4426] Add TCG native negation op. |
Date: |
Sun, 11 May 2008 16:50:02 +0200 |
User-agent: |
Thunderbird 1.5.0.9 (X11/20070212) |
Hi,
If you want to add more instructions, I suggest the following: not,
andn, rol, ror.
movcond could also be useful but given the limitations of TCG, it must
be implemented as a specific host instruction in order not to finish a
basic block.
Fabrice.