From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59673 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pjy9R-0003Yy-Th for qemu-devel@nongnu.org; Mon, 31 Jan 2011 13:06:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pjy9N-0004Q0-Tk for qemu-devel@nongnu.org; Mon, 31 Jan 2011 13:06:55 -0500 Received: from eu1sys200aog109.obsmtp.com ([207.126.144.127]:60592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pjy9N-0004Pk-L5 for qemu-devel@nongnu.org; Mon, 31 Jan 2011 13:06:53 -0500 Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 47C0D9F for ; Mon, 31 Jan 2011 18:06:52 +0000 (GMT) Received: from Webmail-eu.st.com (safex1hubcas5.st.com [10.75.90.71]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 264082A18 for ; Mon, 31 Jan 2011 18:06:52 +0000 (GMT) From: Date: Mon, 31 Jan 2011 19:06:38 +0100 Message-ID: <1296497206-15643-1-git-send-email-christophe.lyon@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2 0/8] target-arm: Fix Neon instructions VQMOVUN VQRSHL VQRSHRN VQRSHRUN VQSHRN VQSHRUN VSLI VSRI List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org From: Christophe Lyon This patchset combines fixes from the Meego tree (Peter Maydell, Juha Riihimäki) and my own fixes such that ARM Neon instructions VQMOVUN VQRSHL VQRSHRN VQRSHRUN VQSHRN VQSHRUN VSLI VSRI now pass all my tests. Christophe Lyon (3): Fixes for several shift instructions: VRSHL, VRSHR, VRSHRN, VSHLL, VRSRA. target-arm: Fix Neon VQ(R)SHRN instructions. target-arm: Fix VQRSHL Neon instructions (signed/unsigned 64 bits and signed 32 bits variants). Juha Riihimäki (1): target-arm: fix neon vqrshl instruction Meego (4): Create and use neon_unarrow_sat* helpers VQRSHRN related changes fiddle decoding of 64 bit shift by imm and narrow implement vsli.64, vsri.64 target-arm/helpers.h | 3 + target-arm/neon_helper.c | 195 ++++++++++++++++++++++++++++++++++++++++++---- target-arm/translate.c | 98 +++++++++++++++++------ 3 files changed, 253 insertions(+), 43 deletions(-) -- 1.7.2.3