From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4333 invoked by alias); 6 Apr 2006 18:28:49 -0000 Received: (qmail 4284 invoked by uid 22791); 6 Apr 2006 18:28:48 -0000 X-Spam-Check-By: sourceware.org Received: from intranet.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 06 Apr 2006 18:28:47 +0000 Received: (qmail 31946 invoked from network); 6 Apr 2006 18:28:45 -0000 Received: from unknown (HELO 81-178-240-244.dsl.pipex.com) (paul@127.0.0.2) by mail.codesourcery.com with ESMTPA; 6 Apr 2006 18:28:45 -0000 From: Paul Brook To: binutils@sourceware.org Subject: Re: [PATCH] ARM Neon programmers syntax Date: Thu, 06 Apr 2006 18:56:00 -0000 User-Agent: KMail/1.9.1 Cc: Julian Brown References: <44353DEC.8050308@codesourcery.com> In-Reply-To: <44353DEC.8050308@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604061928.42585.paul@codesourcery.com> Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00091.txt.bz2 On Thursday 06 April 2006 17:12, Julian Brown wrote: > This patch implements the Neon "programmers syntax" on top of my > previous patch here: > > http://sourceware.org/ml/binutils/2006-04/msg00011.html > > This allows vector element types to be written after operands rather > than after the mnemonic, and allows typed register aliases to be defined. > > The patch also contains various bug fixes. Tested with "make check", > with a basic test of the programmers syntax added. OK to apply on > binutils-csl-2_17-branch? Ok. Paul