Re: [Qemu-devel] [PATCH 0/2] target-arm: Fix VQMOV(U)N

2011-02-10 Thread Aurelien Jarno
On Wed, Feb 09, 2011 at 03:42:31PM +, Peter Maydell wrote: > This patchset fixes the VQMOV(U)N instructions (saturating narrowing > conversions). Tested by random generation of instructions for > VQMOVN, VQMOVUN, VMOVN. > > Patch 1/2 is the same as the one Christophe sent recently but I have >

[Qemu-devel] [PATCH 0/2] target-arm: Fix VQMOV(U)N

2011-02-09 Thread Peter Maydell
This patchset fixes the VQMOV(U)N instructions (saturating narrowing conversions). Tested by random generation of instructions for VQMOVN, VQMOVUN, VMOVN. Patch 1/2 is the same as the one Christophe sent recently but I have corrected the authorship (this patch is from the meego tree). Juha Riihim