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

2011-02-09 Thread Peter Maydell
On 9 February 2011 12:47, Christophe Lyon wrote: > > Create and use neon_unarrow_sat* helpers. > > Signed-off-by: Christophe Lyon This is OK code-wise, but since it has come from the meego tree it ought to have Juha's sign-off rather than yours. Also the commit message was another of the terse p

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

2011-02-09 Thread Christophe Lyon
Create and use neon_unarrow_sat* helpers. Signed-off-by: Christophe Lyon --- target-arm/helpers.h |3 ++ target-arm/neon_helper.c | 63 ++ target-arm/translate.c | 28 3 files changed, 88 insertions(+), 6 deletions(-