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äki (1): target-arm: Fix VQMOVUN Neon instruction. Peter Maydell (1): target-arm: Fix 32 bit signed saturating narrow target-arm/helpers.h | 3 ++ target-arm/neon_helper.c | 65 +++++++++++++++++++++++++++++++++++++++++++++- target-arm/translate.c | 28 +++++++++++++++---- 3 files changed, 89 insertions(+), 7 deletions(-)