From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63775 invoked by alias); 9 Jun 2015 19:26:29 -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 63764 invoked by uid 89); 9 Jun 2015 19:26:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: e17.ny.us.ibm.com Received: from e17.ny.us.ibm.com (HELO e17.ny.us.ibm.com) (129.33.205.207) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Tue, 09 Jun 2015 19:26:27 +0000 Received: from /spool/local by e17.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 9 Jun 2015 15:26:25 -0400 Received: from d01dlp03.pok.ibm.com (9.56.250.168) by e17.ny.us.ibm.com (146.89.104.204) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 9 Jun 2015 15:26:22 -0400 Received: from b01cxnp22035.gho.pok.ibm.com (b01cxnp22035.gho.pok.ibm.com [9.57.198.25]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 6EE60C90063 for ; Tue, 9 Jun 2015 15:17:23 -0400 (EDT) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by b01cxnp22035.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t59JQE6Y64356530 for ; Tue, 9 Jun 2015 19:26:14 GMT Received: from d01av02.pok.ibm.com (localhost [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t59JQDtb028264 for ; Tue, 9 Jun 2015 15:26:13 -0400 Received: from ibm-tiger.the-meissners.org (dhcp-9-32-77-111.usma.ibm.com [9.32.77.111]) by d01av02.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id t59JQAKS027869; Tue, 9 Jun 2015 15:26:10 -0400 Received: by ibm-tiger.the-meissners.org (Postfix, from userid 500) id 0C44E44A14; Tue, 9 Jun 2015 15:26:07 -0400 (EDT) Date: Tue, 09 Jun 2015 19:30:00 -0000 From: Michael Meissner To: Segher Boessenkool Cc: Michael Meissner , gcc-patches@gcc.gnu.org, dje.gcc@gmail.com Subject: Re: [PATCH] PR 66474, Document using %x for VSX registers on PowerPC Message-ID: <20150609192607.GA1408@ibm-tiger.the-meissners.org> Mail-Followup-To: Michael Meissner , Segher Boessenkool , gcc-patches@gcc.gnu.org, dje.gcc@gmail.com References: <20150609180048.GA14132@ibm-tiger.the-meissners.org> <20150609191719.GA22400@gate.crashing.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150609191719.GA22400@gate.crashing.org> User-Agent: Mutt/1.5.20 (2009-12-10) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15060919-0041-0000-0000-0000007EA65B X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00704.txt.bz2 On Tue, Jun 09, 2015 at 02:17:19PM -0500, Segher Boessenkool wrote: > On Tue, Jun 09, 2015 at 02:00:48PM -0400, Michael Meissner wrote: > > +asm ("xvadddp %x0,%x1,%x2" "=wa" (v1) : "wa" (v2), "wa" (v3)); > > A colon went missing? ^^^ Yes, I will correct it when I check it in. Thanks. -- Michael Meissner, IBM IBM, M/S 2506R, 550 King Street, Littleton, MA 01460-6245, USA email: meissner@linux.vnet.ibm.com, phone: +1 (978) 899-4797