From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42188 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZnAb-00014B-GZ for qemu-devel@nongnu.org; Mon, 03 Jan 2011 11:22:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZn9V-0005rm-AA for qemu-devel@nongnu.org; Mon, 03 Jan 2011 11:20:58 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:5668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZn9V-0005pJ-0p for qemu-devel@nongnu.org; Mon, 03 Jan 2011 11:20:57 -0500 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.69) (envelope-from ) id 1PZn9M-0000Ze-AH for qemu-devel@nongnu.org; Mon, 03 Jan 2011 16:20:48 +0000 From: Peter Maydell Date: Mon, 3 Jan 2011 16:20:46 +0000 Message-Id: <1294071648-2182-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/2] ARM: Fix VQSHL/VQSHLU immediate forms List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This patchset fixes errors in the decoding and implementation of the immediate forms of the VQSHL/VQSHLU ARM instructions. Tested in the usual random-instruction-set way. This is the final part of the maemo-qemu tree commit 03a2445a fixes (the first part being the already-committed VQSHL-reg patchset); the patch down as authored by me is a minor tweaking of changes in the maemo-qemu commit. Juha Riihimäki (1): ARM: Fix decoding of VQSHL/VQSHLU immediate forms Peter Maydell (1): ARM: add neon helpers for VQSHLU target-arm/helpers.h | 4 +++ target-arm/neon_helper.c | 47 ++++++++++++++++++++++++++++++++++++++++++ target-arm/translate.c | 51 ++++++++++++++++++++++++++++++++------------- 3 files changed, 87 insertions(+), 15 deletions(-)