This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Named asm operands


On 07-May-2001, Espen Skoglund <esk@ira.uka.de> wrote:
> +As of GCC version 3.1, it is also possible to specify input and output
> +operands using symbolic names which can be referenced within the
> +assembler code.  These names are specified inside square brackets
> +preceding the constraint string, and can be referenced inside the
> +assembler code using @code{%[name]} instead of a percentage sign
> +followed by the operand number.

@code{%[name]} there should probably be @code{%[@var{name}]}

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]