From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6NWm-0000bt-Ch for qemu-devel@nongnu.org; Thu, 23 Jan 2014 11:53:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6NWf-0002oe-5q for qemu-devel@nongnu.org; Thu, 23 Jan 2014 11:53:16 -0500 Received: from mail-ie0-x22b.google.com ([2607:f8b0:4001:c03::22b]:63663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6NWe-0002oT-WF for qemu-devel@nongnu.org; Thu, 23 Jan 2014 11:53:09 -0500 Received: by mail-ie0-f171.google.com with SMTP id as1so1452799iec.2 for ; Thu, 23 Jan 2014 08:53:08 -0800 (PST) Sender: Richard Henderson Message-ID: <52E148EE.9080300@twiddle.net> Date: Thu, 23 Jan 2014 08:53:02 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1390490939-17011-1-git-send-email-peter.maydell@linaro.org> <1390490939-17011-7-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1390490939-17011-7-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 6/8] target-arm: A64: Add integer ops from SIMD 3-same group List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: patches@linaro.org, Michael Matz , Alexander Graf , Claudio Fontana , Dirk Mueller , Will Newton , Laurent Desnogues , =?ISO-8859-1?Q?Alex_Benn=E9e?= , kvmarm@lists.cs.columbia.edu, Christoffer Dall On 01/23/2014 07:28 AM, Peter Maydell wrote: > Add some of the integer operations in the SIMD 3-same group: > specifically, the comparisons, addition and subtraction. > > Signed-off-by: Peter Maydell > --- > target-arm/translate-a64.c | 158 ++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 157 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~