Re: [PATCH] Add support for more sparc VIS 3.0 instructions.

2011-10-05 Thread Marc Glisse
On Tue, 4 Oct 2011, David Miller wrote: There are only a few VIS 3.0 instructions left after this, Hello, I am happy to see all this work, but I was wondering: are these instructions documented somewhere? It makes sense for gcc to only provide a list in extend.texi, but I couldn't find the

[PATCH] Add support for more sparc VIS 3.0 instructions.

2011-10-04 Thread David Miller
There are only a few VIS 3.0 instructions left after this, such as "lzd" (leading zero detect) and add-with-carry instructions that make use of the 64-bit condition codes. Committed to trunk. gcc/ * config/sparc/sparc.md (UNSPEC_FHADD, UNSPEC_FHSUB, UNSPEC_XMUL): New unspecs.