Re: [Qemu-devel] [PATCH 11/22] tcg-i386: Tidy non-immediate arithmetic operations.

2010-05-21 Thread Aurelien Jarno
On Wed, Apr 14, 2010 at 10:16:33AM -0700, Richard Henderson wrote: > Add more OPC values, and tgen_arithr. Use the later throughout. > > Note that normal reg/reg arithmetic now uses the Gv,Ev opcode form > instead of the Ev,Gv opcode form used previously. Both forms > disassemble properly, and s

[Qemu-devel] [PATCH 11/22] tcg-i386: Tidy non-immediate arithmetic operations.

2010-04-28 Thread Richard Henderson
Add more OPC values, and tgen_arithr. Use the later throughout. Note that normal reg/reg arithmetic now uses the Gv,Ev opcode form instead of the Ev,Gv opcode form used previously. Both forms disassemble properly, and so there's no visible change when diffing log files before and after the chang