Re: [Qemu-devel] [PATCH 17/22] tcg-i386: Tidy unary arithmetic.

2010-05-21 Thread Aurelien Jarno
On Wed, Apr 14, 2010 at 11:22:39AM -0700, Richard Henderson wrote: 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:

[Qemu-devel] [PATCH 17/22] tcg-i386: Tidy unary arithmetic.

2010-04-28 Thread Richard Henderson
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 r...@twiddle.net --- tcg/i386/tcg-target.c | 38