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