Re: [Qemu-devel] [PATCH v2 06/10] target-arm: fix neon vsri, vshl and vsli ops

2009-10-24 Thread Laurent Desnogues
On Sat, Oct 24, 2009 at 2:19 PM, wrote: > From: Juha Riihimäki > > Shift by immediate value is incorrectly overwritten by a temporary > variable in the processing of NEON vsri, vshl and vsli instructions. > This patch has been revised to also include a fix for the special > case where the code w

[Qemu-devel] [PATCH v2 06/10] target-arm: fix neon vsri, vshl and vsli ops

2009-10-24 Thread juha . riihimaki
From: Juha Riihimäki Shift by immediate value is incorrectly overwritten by a temporary variable in the processing of NEON vsri, vshl and vsli instructions. This patch has been revised to also include a fix for the special case where the code would previously try to shift an integer value over 31