Re: [Qemu-devel] [PATCH v4 17/33] tcg-ppc64: Streamline qemu_ld/st insn selection

2013-04-13 Thread Aurelien Jarno
On Thu, Apr 04, 2013 at 05:56:10PM -0500, Richard Henderson wrote: > Using a table to look up insns of the right width and sign. > Include support for the Power 2.06 LDBRX and STDBRX insns. > > Signed-off-by: Richard Henderson > --- > tcg/ppc64/tcg-target.c | 166 > +

[Qemu-devel] [PATCH v4 17/33] tcg-ppc64: Streamline qemu_ld/st insn selection

2013-04-04 Thread Richard Henderson
Using a table to look up insns of the right width and sign. Include support for the Power 2.06 LDBRX and STDBRX insns. Signed-off-by: Richard Henderson --- tcg/ppc64/tcg-target.c | 166 + 1 file changed, 56 insertions(+), 110 deletions(-) diff --g