From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJ7TE-0006ht-4d for qemu-devel@nongnu.org; Tue, 23 Apr 2019 22:17:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJ7TD-00011H-A4 for qemu-devel@nongnu.org; Tue, 23 Apr 2019 22:17:12 -0400 Received: from mail-pf1-x432.google.com ([2607:f8b0:4864:20::432]:37223) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hJ7TD-00010A-4f for qemu-devel@nongnu.org; Tue, 23 Apr 2019 22:17:11 -0400 Received: by mail-pf1-x432.google.com with SMTP id 8so8459335pfr.4 for ; Tue, 23 Apr 2019 19:17:11 -0700 (PDT) References: <20190416125744.27770-1-peter.maydell@linaro.org> <20190416125744.27770-25-peter.maydell@linaro.org> From: Richard Henderson Message-ID: Date: Tue, 23 Apr 2019 19:17:06 -0700 MIME-Version: 1.0 In-Reply-To: <20190416125744.27770-25-peter.maydell@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 24/26] target/arm: Implement VLSTM for v7M CPUs with an FPU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-arm@nongnu.org, qemu-devel@nongnu.org On 4/16/19 5:57 AM, Peter Maydell wrote: > Implement the VLSTM instruction for v7M for the FPU present case. > > Signed-off-by: Peter Maydell > --- > target/arm/cpu.h | 2 + > target/arm/helper.h | 2 + > target/arm/helper.c | 84 ++++++++++++++++++++++++++++++++++++++++++ > target/arm/translate.c | 15 +++++++- > 4 files changed, 102 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~