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)
commitb317515c4adc2d267dbab4017f176cd9ca8bb796
tree84cba9cc7dc29b8b4f530c6810d563a8f77b3162
parentda699ff558b621234ddb326d5456eed01eec3c13
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