From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxej7-0005KP-BL for qemu-devel@nongnu.org; Mon, 30 Dec 2013 10:26:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vxej2-0000qh-KQ for qemu-devel@nongnu.org; Mon, 30 Dec 2013 10:25:57 -0500 Received: from mail-qe0-x231.google.com ([2607:f8b0:400d:c02::231]:59244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxej2-0000qd-Fj for qemu-devel@nongnu.org; Mon, 30 Dec 2013 10:25:52 -0500 Received: by mail-qe0-f49.google.com with SMTP id w7so11297935qeb.22 for ; Mon, 30 Dec 2013 07:25:52 -0800 (PST) Sender: Richard Henderson Message-ID: <52C1907B.3030600@twiddle.net> Date: Mon, 30 Dec 2013 07:25:47 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1388267351-31818-1-git-send-email-peter.maydell@linaro.org> <1388267351-31818-8-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1388267351-31818-8-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 07/10] target-arm: A64: Add support for floating point compare List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Laurent Desnogues , patches@linaro.org, Michael Matz , Alexander Graf , Claudio Fontana , Dirk Mueller , Will Newton , =?ISO-8859-1?Q?Alex_Benn=E9e?= , kvmarm@lists.cs.columbia.edu, Christoffer Dall On 12/28/2013 01:49 PM, Peter Maydell wrote: > From: Claudio Fontana > > Add decoding support for C3.6.22 Floating-point compare. > > Signed-off-by: Claudio Fontana > Signed-off-by: Peter Maydell > --- > target-arm/helper-a64.c | 45 ++++++++++++++++++++++++++++++++ > target-arm/helper-a64.h | 4 +++ > target-arm/translate-a64.c | 65 +++++++++++++++++++++++++++++++++++++++++++++- > 3 files changed, 113 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~