From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erO17-00054n-RL for qemu-devel@nongnu.org; Thu, 01 Mar 2018 08:13:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erO16-00059F-Vl for qemu-devel@nongnu.org; Thu, 01 Mar 2018 08:13:01 -0500 Received: from mail-ot0-x241.google.com ([2607:f8b0:4003:c0f::241]:42714) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1erO16-00058Z-QD for qemu-devel@nongnu.org; Thu, 01 Mar 2018 08:13:00 -0500 Received: by mail-ot0-x241.google.com with SMTP id l5so5475827otf.9 for ; Thu, 01 Mar 2018 05:13:00 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180228193125.20577-3-richard.henderson@linaro.org> References: <20180228193125.20577-1-richard.henderson@linaro.org> <20180228193125.20577-3-richard.henderson@linaro.org> From: Peter Maydell Date: Thu, 1 Mar 2018 13:12:39 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [Qemu-arm] [PATCH v3 02/16] target/arm: Refactor disas_simd_indexed decode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers , qemu-arm On 28 February 2018 at 19:31, Richard Henderson wrote: > Include the U bit in the switches rather than testing separately. > > Signed-off-by: Richard Henderson > --- > target/arm/translate-a64.c | 129 +++++++++++++++++++++------------------------ > 1 file changed, 61 insertions(+), 68 deletions(-) Reviewed-by: Peter Maydell thanks -- PMM