From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8FkV-0007iL-Mf for qemu-devel@nongnu.org; Tue, 28 Jan 2014 15:59:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8FkQ-0004nU-VJ for qemu-devel@nongnu.org; Tue, 28 Jan 2014 15:59:11 -0500 Received: from mail-qc0-x22a.google.com ([2607:f8b0:400d:c01::22a]:58200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8FkQ-0004mm-Of for qemu-devel@nongnu.org; Tue, 28 Jan 2014 15:59:06 -0500 Received: by mail-qc0-f170.google.com with SMTP id e9so1467227qcy.29 for ; Tue, 28 Jan 2014 12:59:05 -0800 (PST) Sender: Richard Henderson Message-ID: <52E81A14.3060709@twiddle.net> Date: Tue, 28 Jan 2014 12:59:00 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1390764312-21789-1-git-send-email-peter.maydell@linaro.org> <1390764312-21789-22-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1390764312-21789-22-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 21/21] target-arm: A64: Add FNEG and FABS to the SIMD 2-reg-misc group 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: > Add the SIMD FNEG and FABS instructions in the SIMD 2-reg-misc group. > > Signed-off-by: Peter Maydell > --- > target-arm/translate-a64.c | 23 ++++++++++++++++++++--- > 1 file changed, 20 insertions(+), 3 deletions(-) Reviewed-by: Richard Henderson r~