Re: [Qemu-devel] [PATCH v2] target-arm: fix VSHLL Neon instruction.

2011-02-09 Thread Aurelien Jarno
On Wed, Feb 09, 2011 at 02:23:24PM +, Peter Maydell wrote: > On 9 February 2011 12:19, Christophe Lyon wrote: > > > > Fix bit mask used when widening the result of shift on narrow input. > > > > Signed-off-by: Christophe Lyon > > Confirmed with random instruction testing that this patch fixe

Re: [Qemu-devel] [PATCH v2] target-arm: fix VSHLL Neon instruction.

2011-02-09 Thread Peter Maydell
On 9 February 2011 12:19, Christophe Lyon wrote: > > Fix bit mask used when widening the result of shift on narrow input. > > Signed-off-by: Christophe Lyon Confirmed with random instruction testing that this patch fixes VSHLL. Reviewed-by: Peter Maydell

[Qemu-devel] [PATCH v2] target-arm: fix VSHLL Neon instruction.

2011-02-09 Thread Christophe Lyon
Fix bit mask used when widening the result of shift on narrow input. Signed-off-by: Christophe Lyon --- target-arm/translate.c | 18 +++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/target-arm/translate.c b/target-arm/translate.c index b694eed..16c61f1 100644