From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29960 invoked by alias); 23 Aug 2012 16:36:47 -0000 Received: (qmail 29892 invoked by uid 22791); 23 Aug 2012 16:36:45 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Aug 2012 16:36:31 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Thu, 23 Aug 2012 17:36:29 +0100 Received: from [10.1.69.67] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 23 Aug 2012 17:38:22 +0100 Message-ID: <50365C0D.90108@arm.com> Date: Thu, 23 Aug 2012 16:37:00 -0000 From: Richard Earnshaw User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: binutils@sourceware.org Subject: Re: [RFA/ARM 13/21] Add support for VMAXNM/VMINNM instructions. References: <20120823150112.GP4624@e103070-lin.arm.com> In-Reply-To: <20120823150112.GP4624@e103070-lin.arm.com> X-MC-Unique: 112082317362912901 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2012-08/txt/msg00430.txt.bz2 On 23/08/12 16:01, Matthew Gretton-Dann wrote: >=20 > ARMv8 adds VMAXNM and VMINNM instructions in A32 and T32. >=20 > This patch adds support for them. >=20 > gas/ChangeLog: > 2012-08-23 Matthew Gretton-Dann >=20 > * config/tc-arm.c (NEON_ENC_TAB): Add vmaxnm, vminnm entries. > (vfp_or_neon_is_neon_bits): Add NEON_CHECK_ARCH8 enumerator. > (vfp_or_neon_is_neon): Add check for SIMD for ARMv8. > (do_maxnm): New function. > (insns): Add vmaxnm, vminnm entries. >=20 > gas/testsuite/ChangeLog: > 2012-08-23 Matthew Gretton-Dann >=20 > * gas/testsuite/gas/armv8-a+fp.d: Update testcase. > * gas/testsuite/gas/armv8-a+fp.s: Likewise. > * gas/testsuite/gas/armv8-a+simd.d: New testcase. > * gas/testsuite/gas/armv8-a+simd.s: Likewise. >=20 > opcodes/ChangeLog: > 2012-08-23 Matthew Gretton-Dann >=20 > * arm-dis.c (coprocessor_opcodes): Add VMAXNM/VMINNM. > (neon_opcodes): Likewise. >=20 >=20 OK. R.