From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vy0s6-0004r5-9I for qemu-devel@nongnu.org; Tue, 31 Dec 2013 10:04:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vy0s1-0007WC-JJ for qemu-devel@nongnu.org; Tue, 31 Dec 2013 10:04:42 -0500 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]:60575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vy0s1-0007W8-BC for qemu-devel@nongnu.org; Tue, 31 Dec 2013 10:04:37 -0500 Received: by mail-pd0-f172.google.com with SMTP id g10so12423692pdj.31 for ; Tue, 31 Dec 2013 07:04:36 -0800 (PST) Sender: Richard Henderson Message-ID: <52C2DD00.1060801@twiddle.net> Date: Tue, 31 Dec 2013 07:04:32 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1388496958-3542-1-git-send-email-peter.maydell@linaro.org> <1388496958-3542-17-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1388496958-3542-17-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 16/22] target-arm: Rename A32 VFP conversion helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Tom Musta , Peter Crosthwaite , patches@linaro.org, Aurelien Jarno , 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 12/31/2013 05:35 AM, Peter Maydell wrote: > From: Will Newton > > The VFP conversion helpers for A32 round to zero as this is the only > rounding mode supported. Rename these helpers to make it clear that > they round to zero and are not suitable for use in the AArch64 code. > > Signed-off-by: Will Newton > Signed-off-by: Peter Maydell > --- > target-arm/helper.c | 19 ++++++++++++++----- > target-arm/helper.h | 16 ++++++++-------- > target-arm/translate.c | 24 +++++++++++++----------- > 3 files changed, 35 insertions(+), 24 deletions(-) Reviewed-by: Richard Henderson r~