From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8Cia-0004Yi-Fw for qemu-devel@nongnu.org; Tue, 28 Jan 2014 12:45:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8CiV-0003F7-8p for qemu-devel@nongnu.org; Tue, 28 Jan 2014 12:45:00 -0500 Received: from mail-qc0-x233.google.com ([2607:f8b0:400d:c01::233]:63011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8CiV-0003F3-4w for qemu-devel@nongnu.org; Tue, 28 Jan 2014 12:44:55 -0500 Received: by mail-qc0-f179.google.com with SMTP id e16so1034114qcx.38 for ; Tue, 28 Jan 2014 09:44:54 -0800 (PST) Sender: Richard Henderson Message-ID: <52E7EC91.6000300@twiddle.net> Date: Tue, 28 Jan 2014 09:44:49 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1390764312-21789-1-git-send-email-peter.maydell@linaro.org> <1390764312-21789-18-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1390764312-21789-18-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 17/21] target-arm: A64: Implement 2-register misc compares, ABS, NEG List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Peter Crosthwaite , 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/26/2014 11:25 AM, Peter Maydell wrote: > Implement the simple 2-register-misc operations we can share > with the scalar-two-register-misc code. (SUQADD, USQADD, SQABS, > SQNEG also fall into this category, but aren't implemented in > the scalar-2-register case yet either.) > > Signed-off-by: Peter Maydell > --- > target-arm/translate-a64.c | 136 ++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 134 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~