]> git.proxmox.com Git - qemu.git/commit
tcg-sparc: Implement not.
authorRichard Henderson <rth@twiddle.net>
Tue, 16 Feb 2010 22:02:04 +0000 (14:02 -0800)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 20 Feb 2010 08:32:35 +0000 (08:32 +0000)
commitbe6551b1e757fab6b3e43aa8833f655a7745204a
tree84cba9cc7dc29b8b4f530c6810d563a8f77b3162
parent4b5a85c175768faf302cf8349d8613dbc1ac5f54
tcg-sparc: Implement not.

The fallback implementation of "ret = arg1 ^ -1" isn't ideal
because of the extra tcg op to load the minus one.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/sparc/tcg-target.c
tcg/sparc/tcg-target.h