From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44648 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnAx5-0001h5-3Q for qemu-devel@nongnu.org; Wed, 09 Feb 2011 09:23:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnAx3-0004XX-Ss for qemu-devel@nongnu.org; Wed, 09 Feb 2011 09:23:26 -0500 Received: from mail-ew0-f45.google.com ([209.85.215.45]:43705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnAx3-0004XI-NG for qemu-devel@nongnu.org; Wed, 09 Feb 2011 09:23:25 -0500 Received: by ewy10 with SMTP id 10so96287ewy.4 for ; Wed, 09 Feb 2011 06:23:24 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4D528643.4080106@st.com> References: <4D528643.4080106@st.com> Date: Wed, 9 Feb 2011 14:23:24 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH v2] target-arm: fix VSHLL Neon instruction. From: Peter Maydell Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christophe Lyon Cc: "qemu-devel@nongnu.org" On 9 February 2011 12:19, Christophe Lyon wrote: > > Fix bit mask used when widening the result of shift on narrow input. > > Signed-off-by: Christophe Lyon Confirmed with random instruction testing that this patch fixes VSHLL. Reviewed-by: Peter Maydell