From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26703 invoked by alias); 16 Jan 2015 15:35:23 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 26687 invoked by uid 89); 16 Jan 2015 15:35:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Jan 2015 15:35:15 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by service87.mimecast.com; Fri, 16 Jan 2015 15:35:13 +0000 Received: from [10.1.203.161] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 16 Jan 2015 15:35:10 +0000 Message-ID: <54B92FD5.4000403@arm.com> Date: Fri, 16 Jan 2015 15:52:00 -0000 From: Tejas Belagod User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Christophe Lyon , "gcc-patches@gcc.gnu.org" Subject: Re: [[ARM/AArch64][testsuite] 06/36] Add vmla and vmls tests. References: <1421162314-25779-1-git-send-email-christophe.lyon@linaro.org> <1421162314-25779-7-git-send-email-christophe.lyon@linaro.org> In-Reply-To: <1421162314-25779-7-git-send-email-christophe.lyon@linaro.org> X-MC-Unique: 115011615351312701 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg01394.txt.bz2 > +VECT_VAR_DECL(expected,poly,8,16) [] =3D { 0x33, 0x33, 0x33, 0x33, > + 0x33, 0x33, 0x33, 0x33, > + 0x33, 0x33, 0x33, 0x33, > + 0x33, 0x33, 0x33, 0x33 }; > +VECT_VAR_DECL(expected,poly,16,8) [] =3D { 0x3333, 0x3333, 0x3333, 0x333= 3, > + 0x3333, 0x3333, 0x3333, 0x3333 }; No poly ops for vmlx. > +VECT_VAR_DECL(expected,hfloat,32,4) [] =3D { 0x45f0ae15, 0x45f0b615, > + 0x45f0be15, 0x45f0c615 }; > + These expected results are calculated using chained(as opposed to fused)=20 float MACs, right? Otherwise, LGTM. Tejas.