From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGo3T-0005ib-9M for qemu-devel@nongnu.org; Thu, 10 May 2018 12:04:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGo3S-0005lk-Fx for qemu-devel@nongnu.org; Thu, 10 May 2018 12:04:31 -0400 Received: from mail-oi0-x230.google.com ([2607:f8b0:4003:c06::230]:33932) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGo3S-0005lF-Av for qemu-devel@nongnu.org; Thu, 10 May 2018 12:04:30 -0400 Received: by mail-oi0-x230.google.com with SMTP id l1-v6so2228280oii.1 for ; Thu, 10 May 2018 09:04:30 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180502221552.3873-3-richard.henderson@linaro.org> References: <20180502221552.3873-1-richard.henderson@linaro.org> <20180502221552.3873-3-richard.henderson@linaro.org> From: Peter Maydell Date: Thu, 10 May 2018 17:04:09 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v2 02/14] target/arm: Implement vector shifted FCVT for fp16 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers , qemu-arm , qemu-stable On 2 May 2018 at 23:15, Richard Henderson wrote: > While we have some of the scalar paths for FCVT for fp16, > we failed to decode the fp16 version of these instructions. > > Cc: qemu-stable@nongnu.org > Signed-off-by: Richard Henderson > > --- > v2: Use parens with (x << y) >> z. > --- Reviewed-by: Peter Maydell thanks -- PMM