From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1hug-00070U-S1 for qemu-devel@nongnu.org; Fri, 10 Jan 2014 14:38:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1huc-0001O5-G7 for qemu-devel@nongnu.org; Fri, 10 Jan 2014 14:38:38 -0500 Received: from mail-qa0-x22b.google.com ([2607:f8b0:400d:c00::22b]:53364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1huc-0001Nk-Bk for qemu-devel@nongnu.org; Fri, 10 Jan 2014 14:38:34 -0500 Received: by mail-qa0-f43.google.com with SMTP id k15so4378045qaq.2 for ; Fri, 10 Jan 2014 11:38:34 -0800 (PST) Sender: Richard Henderson Message-ID: <52D04C35.9050009@twiddle.net> Date: Fri, 10 Jan 2014 11:38:29 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1389373972-27686-1-git-send-email-peter.maydell@linaro.org> <1389373972-27686-8-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1389373972-27686-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 SIMD across-lanes instructions 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 01/10/2014 09:12 AM, Peter Maydell wrote: > From: Michael Matz > > Add support for the SIMD "across lanes" instruction group (C3.6.4). > > Signed-off-by: Michael Matz > [PMM: Updated to current codebase, added fp min/max ops, > added unallocated encoding checks] > Signed-off-by: Peter Maydell > --- > target-arm/translate-a64.c | 177 ++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 176 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~