Re: [Qemu-devel] [v2 02/13] Add lxsdx

2013-10-21 Thread Paolo Bonzini
Il 11/10/2013 13:57, Tom Musta ha scritto: > This patch adds the Load VSX Scalar Doubleowrd Indexed (lxsdx) > instruction. > > The lower 8 bytes of the target register are undefined; this > implementation leaves those bytes unaltered. > > Signed-off-by: Tom Musta > --- > target-ppc/translate.c

[Qemu-devel] [v2 02/13] Add lxsdx

2013-10-11 Thread Tom Musta
This patch adds the Load VSX Scalar Doubleowrd Indexed (lxsdx) instruction. The lower 8 bytes of the target register are undefined; this implementation leaves those bytes unaltered. Signed-off-by: Tom Musta --- target-ppc/translate.c | 16 1 files changed, 16 insertions(+),