Re: Rename vshuffle/vec_shuffle to vec_perm

2011-10-10 Thread Richard Henderson
On 10/09/2011 06:09 AM, Joseph S. Myers wrote: > That looks like it broke "make pdf" (something did at about that time and > this patch is the most likely candidate). > >> +@cindex @code{vec_perm_const@var{m}) instruction pattern > > has opening '{' matched with closing ')'. > Fixed, thanks.

Re: Rename vshuffle/vec_shuffle to vec_perm

2011-10-09 Thread Joseph S. Myers
On Fri, 7 Oct 2011, Richard Henderson wrote: > I've added documentation for the (existing) variable permute > rtl named pattern (vec_perm). I've also added documentation for > the (intended) constant permute rtl named pattern (vec_perm_const). That looks like it broke "make pdf" (something did a

Re: Rename vshuffle/vec_shuffle to vec_perm

2011-10-08 Thread H.J. Lu
On Sat, Oct 8, 2011 at 3:56 PM, H.J. Lu wrote: > On Fri, Oct 7, 2011 at 3:49 PM, Richard Henderson wrote: >> Our existing vector permutation support uses the name vec_perm. >> The new support added for __builtin_shuffle used a variety of >> names.  This brings all the internals into line with vec

Re: Rename vshuffle/vec_shuffle to vec_perm

2011-10-08 Thread H.J. Lu
On Fri, Oct 7, 2011 at 3:49 PM, Richard Henderson wrote: > Our existing vector permutation support uses the name vec_perm. > The new support added for __builtin_shuffle used a variety of > names.  This brings all the internals into line with vec_perm. > > I've added documentation for the (existing

Rename vshuffle/vec_shuffle to vec_perm

2011-10-07 Thread Richard Henderson
Our existing vector permutation support uses the name vec_perm. The new support added for __builtin_shuffle used a variety of names. This brings all the internals into line with vec_perm. I've added documentation for the (existing) variable permute rtl named pattern (vec_perm). I've also added d