From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27125 invoked by alias); 26 Jan 2015 14:01:48 -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 27095 invoked by uid 89); 26 Jan 2015 14:01:44 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f170.google.com Received: from mail-vc0-f170.google.com (HELO mail-vc0-f170.google.com) (209.85.220.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 26 Jan 2015 14:01:43 +0000 Received: by mail-vc0-f170.google.com with SMTP id kv7so2722908vcb.1 for ; Mon, 26 Jan 2015 06:01:41 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.220.106.73 with SMTP id w9mr10857393vco.29.1422280901457; Mon, 26 Jan 2015 06:01:41 -0800 (PST) Received: by 10.52.130.14 with HTTP; Mon, 26 Jan 2015 06:01:41 -0800 (PST) In-Reply-To: References: <1421162314-25779-1-git-send-email-christophe.lyon@linaro.org> <1421162314-25779-30-git-send-email-christophe.lyon@linaro.org> <54B95884.7050701@arm.com> Date: Mon, 26 Jan 2015 14:34:00 -0000 Message-ID: Subject: Re: [[ARM/AArch64][testsuite] 29/36] Add vpadal tests. From: Marcus Shawcroft To: Christophe Lyon Cc: Tejas Belagod , "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg02275.txt.bz2 On 20 January 2015 at 15:34, Christophe Lyon wrote: > On 16 January 2015 at 19:29, Tejas Belagod wrote: >>> +VECT_VAR_DECL(expected,poly,8,16) [] = { 0x33, 0x33, 0x33, 0x33, >>> + 0x33, 0x33, 0x33, 0x33, >>> + 0x33, 0x33, 0x33, 0x33, >>> + 0x33, 0x33, 0x33, 0x33 }; >>> +VECT_VAR_DECL(expected,poly,16,8) [] = { 0x3333, 0x3333, 0x3333, 0x3333, >>> + 0x3333, 0x3333, 0x3333, 0x3333 }; >>> +VECT_VAR_DECL(expected,hfloat,32,4) [] = { 0x33333333, 0x33333333, >>> + 0x33333333, 0x33333333 }; >>> + >> >> >> No float or poly ops for VPADAL insns. >> > int8 variants are not necessary either, updated as attached. OK /Marcus