From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vtk3A-0003Ip-9W for qemu-devel@nongnu.org; Thu, 19 Dec 2013 15:18:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vtk34-0006SL-Ua for qemu-devel@nongnu.org; Thu, 19 Dec 2013 15:18:28 -0500 Received: from mail-qe0-x22f.google.com ([2607:f8b0:400d:c02::22f]:38313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vtk34-0006SH-Pz for qemu-devel@nongnu.org; Thu, 19 Dec 2013 15:18:22 -0500 Received: by mail-qe0-f47.google.com with SMTP id t7so1496586qeb.6 for ; Thu, 19 Dec 2013 12:18:22 -0800 (PST) Sender: Richard Henderson Message-ID: <52B35489.1000108@twiddle.net> Date: Thu, 19 Dec 2013 12:18:17 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1387293144-11554-1-git-send-email-peter.maydell@linaro.org> <1387293144-11554-11-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1387293144-11554-11-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/21] target-arm: A64: implement FMOV List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: patches@linaro.org, Michael Matz , Claudio Fontana , Dirk Mueller , Will Newton , Laurent Desnogues , =?ISO-8859-1?Q?Alex_Benn=E9e?= , kvmarm@lists.cs.columbia.edu, Christoffer Dall On 12/17/2013 07:12 AM, Peter Maydell wrote: > Implement FMOV, ie non-converting moves between general purpose > registers and floating point registers. This is a subtype of > the floating point <-> integer instruction class. > > Signed-off-by: Peter Maydell > --- > target-arm/translate-a64.c | 86 +++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 85 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~