From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPtK2-0004CX-38 for qemu-devel@nongnu.org; Mon, 04 Jun 2018 13:31:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fPtK1-0003W0-9s for qemu-devel@nongnu.org; Mon, 04 Jun 2018 13:31:10 -0400 Received: from mail-oi0-x243.google.com ([2607:f8b0:4003:c06::243]:33365) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fPtK1-0003VR-4R for qemu-devel@nongnu.org; Mon, 04 Jun 2018 13:31:09 -0400 Received: by mail-oi0-x243.google.com with SMTP id k5-v6so29152525oiw.0 for ; Mon, 04 Jun 2018 10:31:09 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180530180120.13355-12-richard.henderson@linaro.org> References: <20180530180120.13355-1-richard.henderson@linaro.org> <20180530180120.13355-12-richard.henderson@linaro.org> From: Peter Maydell Date: Mon, 4 Jun 2018 18:30:47 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v3b 11/18] target/arm: Implement SVE Integer Compare - Vectors Group List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers , qemu-arm On 30 May 2018 at 19:01, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target/arm/helper-sve.h | 115 +++++++++++++++++++++++ > target/arm/sve_helper.c | 187 +++++++++++++++++++++++++++++++++++++ > target/arm/translate-sve.c | 91 ++++++++++++++++++ > target/arm/sve.decode | 24 +++++ > 4 files changed, 417 insertions(+) Reviewed-by: Peter Maydell thanks -- PMM