[PATCH, rs6000] Add support for int versions of vec_addec

2016-05-06 Thread Bill Seurer
This patch adds support for the signed and unsigned int versions of the vec_addec altivec builtins from the Power Architecture 64-Bit ELF V2 ABI OpenPOWER ABI for Linux Supplement (16 July 2015 Version 1.1). There are many of the builtins that are missing and this is part of a series of patches to

Re: [PATCH, rs6000] Add support for int versions of vec_addec

2016-05-19 Thread Bill Seurer
Here is an updated patch addressing all of Segher's comments: This patch adds support for the signed and unsigned int versions of the vec_addec altivec builtins from the Power Architecture 64-Bit ELF V2 ABI OpenPOWER ABI for Linux Supplement (16 July 2015 Version 1.1). There are many of the builti

Re: [PATCH, rs6000] Add support for int versions of vec_addec

2016-05-19 Thread Segher Boessenkool
On Thu, May 19, 2016 at 04:16:53PM -0500, Bill Seurer wrote: > 2016-05-19 Bill Seurer > > * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a > special case builtin. > * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add > support for AL

Re: [PATCH, rs6000] Add support for int versions of vec_addec

2016-05-09 Thread Segher Boessenkool
Hi Bill, On Fri, May 06, 2016 at 09:29:11AM -0500, Bill Seurer wrote: > 2016-05-06 Bill Seurer > > * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a > special case builtin. > * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add > supp