From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epE3x-0000Ts-MI for qemu-devel@nongnu.org; Fri, 23 Feb 2018 09:11:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epE3w-0007li-Q4 for qemu-devel@nongnu.org; Fri, 23 Feb 2018 09:11:01 -0500 Received: from mail-pl0-x231.google.com ([2607:f8b0:400e:c01::231]:45689) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1epE3w-0007kG-Jj for qemu-devel@nongnu.org; Fri, 23 Feb 2018 09:11:00 -0500 Received: by mail-pl0-x231.google.com with SMTP id v9-v6so2952931plp.12 for ; Fri, 23 Feb 2018 06:11:00 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180217182323.25885-25-richard.henderson@linaro.org> References: <20180217182323.25885-1-richard.henderson@linaro.org> <20180217182323.25885-25-richard.henderson@linaro.org> From: Peter Maydell Date: Fri, 23 Feb 2018 14:10:38 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [Qemu-arm] [PATCH v2 24/67] target/arm: Implement SVE Bitwise Immediate Group List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers , qemu-arm On 17 February 2018 at 18:22, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target/arm/translate-sve.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++ > target/arm/sve.decode | 17 ++++++++++++++++ > 2 files changed, 67 insertions(+) Reviewed-by: Peter Maydell thanks -- PMM