From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0FDY-0003nV-9Q for qemu-devel@nongnu.org; Mon, 06 Jan 2014 13:48:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0FDQ-0001e8-5J for qemu-devel@nongnu.org; Mon, 06 Jan 2014 13:48:04 -0500 Received: from mail-qc0-x236.google.com ([2607:f8b0:400d:c01::236]:39890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0FDP-0001dy-V6 for qemu-devel@nongnu.org; Mon, 06 Jan 2014 13:47:56 -0500 Received: by mail-qc0-f182.google.com with SMTP id e16so17856074qcx.41 for ; Mon, 06 Jan 2014 10:47:55 -0800 (PST) Sender: Richard Henderson Message-ID: <52CAFA56.9000900@twiddle.net> Date: Mon, 06 Jan 2014 10:47:50 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1389013881-15726-1-git-send-email-peter.maydell@linaro.org> <1389013881-15726-23-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1389013881-15726-23-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 22/24] target-arm: A64: Add floating-point<->integer conversion instructions 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, 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/06/2014 05:11 AM, Peter Maydell wrote: > From: Will Newton > > Add support for the AArch64 floating-point <-> integer conversion > instructions to disas_fpintconv. In the process we can rearrange > and simplify the detection of unallocated encodings a little. > We also correct a typo in the instruction encoding diagram for this > instruction group: bit 21 is 1, not 0. > > Signed-off-by: Will Newton > Signed-off-by: Peter Maydell > --- > target-arm/translate-a64.c | 23 ++++++++++++++++++++--- > 1 file changed, 20 insertions(+), 3 deletions(-) Reviewed-by: Richard Henderson r~