tcg-i386: Tidy unary arithmetic.
authorRichard Henderson <rth@twiddle.net>
Fri, 21 May 2010 15:30:30 +0000 (08:30 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 21 May 2010 16:20:22 +0000 (16:20 +0000)
commitf1d58982bd3ea4cb24958e8f29a6e44f746ea487
tree9bc3b5bbf212d16b016bda19bb7205321cf48885
parent4cef193ee7953cd4098fa9a670e885cae2396b65
tcg-i386: Tidy unary arithmetic.

Define OPC_GRP3 and EXT3_FOO to match.  Use them instead of
bare constants.

Define OPC_GRP5 and rename the existing EXT_BAR to EXT5_BAR to
make it clear which extension should be used with which opcode.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/i386/tcg-target.c