Re: [Qemu-devel] [PATCH] target-ppc: fix SPE evsplat* instructions

2010-02-27 Thread Aurelien Jarno
On Tue, Feb 23, 2010 at 12:21:31PM -0800, Nathan Froyd wrote: > The shifts in the gen_evsplat* functions were expecting rA to be masked, > not extracted, and so used the wrong shift amounts to sign-extend or pad > with zeroes. > > Signed-off-by: Nathan Froyd Thanks, applied. > --- > target-ppc

[Qemu-devel] [PATCH] target-ppc: fix SPE evsplat* instructions

2010-02-23 Thread Nathan Froyd
The shifts in the gen_evsplat* functions were expecting rA to be masked, not extracted, and so used the wrong shift amounts to sign-extend or pad with zeroes. Signed-off-by: Nathan Froyd --- target-ppc/translate.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target