Re: [Qemu-devel] [PATCH 21/22] tcg-i386: Use lea for three-operand add.

2010-05-21 Thread Aurelien Jarno
On Wed, Apr 14, 2010 at 01:29:27PM -0700, Richard Henderson wrote: > The result is shorter than the mov+add that TCG would > otherwise generate for us. > > Signed-off-by: Richard Henderson Acked-by: Aurelien Jarno > --- > tcg/i386/tcg-target.c | 23 --- > 1 files changed

[Qemu-devel] [PATCH 21/22] tcg-i386: Use lea for three-operand add.

2010-04-28 Thread Richard Henderson
The result is shorter than the mov+add that TCG would otherwise generate for us. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c | 23 --- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c index 755d46d.