Re: [Qemu-devel] [PATCH 20/22] tcg-i386: Tidy lea.

2010-05-21 Thread Aurelien Jarno
On Wed, Apr 14, 2010 at 12:08:28PM -0700, Richard Henderson wrote: > Implement full modrm+sib addressing mode processing. > Use that in qemu_ld/st to output the LEA. > > Signed-off-by: Richard Henderson Acked-by: Aurelien Jarno > --- > tcg/i386/tcg-target.c | 91 > +

[Qemu-devel] [PATCH 20/22] tcg-i386: Tidy lea.

2010-04-28 Thread Richard Henderson
Implement full modrm+sib addressing mode processing. Use that in qemu_ld/st to output the LEA. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c | 91 - 1 files changed, 60 insertions(+), 31 deletions(-) diff --git a/tcg/i386/tcg-target