From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42001 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnCBj-00007D-Mm for qemu-devel@nongnu.org; Wed, 09 Feb 2011 10:42:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnCBh-0002TJ-Jw for qemu-devel@nongnu.org; Wed, 09 Feb 2011 10:42:39 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:57899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnCBh-0002Se-C3 for qemu-devel@nongnu.org; Wed, 09 Feb 2011 10:42:37 -0500 From: Peter Maydell Date: Wed, 9 Feb 2011 15:42:31 +0000 Message-Id: <1297266153-5526-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/2] target-arm: Fix VQMOV(U)N List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Christophe Lyon , patches@linaro.org 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(-)