From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WN2Dz-000805-Ox for qemu-devel@nongnu.org; Mon, 10 Mar 2014 11:34:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WN2Dp-0004gt-UB for qemu-devel@nongnu.org; Mon, 10 Mar 2014 11:34:43 -0400 Received: from soltyk.jannau.net ([185.27.253.110]:44265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WN2Dp-0004gE-P2 for qemu-devel@nongnu.org; Mon, 10 Mar 2014 11:34:33 -0400 Date: Mon, 10 Mar 2014 16:34:31 +0100 From: Janne Grunau Message-ID: <20140310153431.GW20660@jannau.net> References: <1394377867-7115-1-git-send-email-peter.maydell@linaro.org> <1394377867-7115-7-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1394377867-7115-7-git-send-email-peter.maydell@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 06/16] target-arm: A64: Saturating and narrowing shift ops List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Peter Crosthwaite , patches@linaro.org, Michael Matz , Alexander Graf , qemu-devel@nongnu.org, Laurent Desnogues , Dirk Mueller , Will Newton , Alex =?iso-8859-1?Q?Benn=E9e?= , kvmarm@lists.cs.columbia.edu, Christoffer Dall , Richard Henderson On 2014-03-09 15:10:57 +0000, Peter Maydell wrote: > From: Alex Benn=E9e >=20 > This implements a the remaining [US][R]SHR[R][2] opcodes which are there is an extra 'a' and the instructions are [US][Q][R]SHR[U][N][2]. The last '[R]' is at least clearly wrong. The commit itself looks correct and is tested with libav's test suite. Janne