From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2k3j-0004LK-U4 for qemu-devel@nongnu.org; Mon, 13 Jan 2014 11:08:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2k3f-0000hr-4O for qemu-devel@nongnu.org; Mon, 13 Jan 2014 11:08:15 -0500 Received: from mail-qc0-x235.google.com ([2607:f8b0:400d:c01::235]:53486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2k3f-0000he-0y for qemu-devel@nongnu.org; Mon, 13 Jan 2014 11:08:11 -0500 Received: by mail-qc0-f181.google.com with SMTP id e9so6246074qcy.40 for ; Mon, 13 Jan 2014 08:08:10 -0800 (PST) Sender: Richard Henderson Message-ID: <52D40F65.5050102@twiddle.net> Date: Mon, 13 Jan 2014 08:08:05 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1389622396-32282-1-git-send-email-peter.maydell@linaro.org> <1389622396-32282-3-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1389622396-32282-3-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 02/10] target-arm: A64: Add SIMD ld/st single 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 , 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/13/2014 06:13 AM, Peter Maydell wrote: > Implement the SIMD ld/st single structure instructions. > > Signed-off-by: Peter Maydell > --- > public v1->v2 changes: > * same tcg_rn cleanup/fix as ld/st multiple > --- > target-arm/translate-a64.c | 144 ++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 142 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~