[Qemu-devel] [PATCH 05/14] tcg-sparc: Simplify qemu_ld/st direct memory paths.

2012-04-19 Thread Richard Henderson
Given that we have an opcode for all sizes, all endianness, turn the functions into a simple table lookup. Signed-off-by: Richard Henderson --- tcg/sparc/tcg-target.c | 384 +++- 1 files changed, 150 insertions(+), 234 deletions(-) diff --git a/tcg/s

Re: [Qemu-devel] [PATCH 05/14] tcg-sparc: Simplify qemu_ld/st direct memory paths.

2012-03-29 Thread Blue Swirl
On Wed, Mar 28, 2012 at 00:32, Richard Henderson wrote: > Given that we have an opcode for all sizes, all endianness, > turn the functions into a simple table lookup. > > Signed-off-by: Richard Henderson > --- >  tcg/sparc/tcg-target.c |  384 > +++- >

[Qemu-devel] [PATCH 05/14] tcg-sparc: Simplify qemu_ld/st direct memory paths.

2012-03-27 Thread Richard Henderson
Given that we have an opcode for all sizes, all endianness, turn the functions into a simple table lookup. Signed-off-by: Richard Henderson --- tcg/sparc/tcg-target.c | 384 +++- 1 files changed, 150 insertions(+), 234 deletions(-) diff --git a/tcg/s