From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117859 invoked by alias); 2 May 2019 09:54:30 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 117849 invoked by uid 89); 2 May 2019 09:54:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 02 May 2019 09:54:29 +0000 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 910F830ADBB5; Thu, 2 May 2019 09:54:28 +0000 (UTC) Received: from [10.36.116.145] (ovpn-116-145.ams2.redhat.com [10.36.116.145]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E0537A21B; Thu, 2 May 2019 09:54:27 +0000 (UTC) Subject: Re: [PATCH 44/57][Arm][OBJDUMP] Add support for MVE instructions: vcvt and vrint To: "Andre Vieira (lists)" , binutils@sourceware.org References: <19569550-4d2e-0bb3-592a-d91050d490f6@arm.com> <737693dc-2e33-431d-e313-75aeb03c05a1@arm.com> From: Nick Clifton Openpgp: preference=signencrypt Message-ID: Date: Thu, 02 May 2019 09:54:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <737693dc-2e33-431d-e313-75aeb03c05a1@arm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00094.txt.bz2 Hi Andre, > This patch adds support for MVE instructions VCVT and VRINT. Whilst compiling the code from this patch I received the following error message: opcodes/arm-dis.c: In function 'is_mve_undefined': opcodes/arm-dis.c:5794:24: error: bitwise comparison always evaluates to false && ((imm6 & 0x30) == 2)) ^~ My guess is that you meant to compare against 0x20, but it would be best if you fixed this yourself... Cheers Nick