Re: [PATCH 01/14] Initial create of rs6000-genbif.c.

2020-02-04 Thread Segher Boessenkool
On Tue, Feb 04, 2020 at 04:44:04PM -0600, Bill Schmidt wrote: > >"ldv" certainly is shorter and nicer in principle, but it is a bit > >cryptic. As I said, it's probably not too hard to get used to it; and > >maybe a better name will present itself? > Maybe ldvec and stvec would serve without intro

Re: [PATCH 01/14] Initial create of rs6000-genbif.c.

2020-02-04 Thread Bill Schmidt
On 2/4/20 4:36 PM, Segher Boessenkool wrote: On Tue, Feb 04, 2020 at 03:10:32PM -0600, Bill Schmidt wrote: I really don't think using the new acronym "bif" helps; built-in functions already are often called "builtins" (or "intrinsics", which is problematic itself). Until we manage to replace th

Re: [PATCH 01/14] Initial create of rs6000-genbif.c.

2020-02-04 Thread Segher Boessenkool
On Tue, Feb 04, 2020 at 03:10:32PM -0600, Bill Schmidt wrote: > >I really don't think using the new acronym "bif" helps; built-in > >functions already are often called "builtins" (or "intrinsics", which is > >problematic itself). > > Until we manage to replace the old methods, we already have > r

Re: [PATCH 01/14] Initial create of rs6000-genbif.c.

2020-02-04 Thread Bill Schmidt
On 2/4/20 12:27 PM, Segher Boessenkool wrote: Hi! On Mon, Feb 03, 2020 at 08:26:02PM -0600, Bill Schmidt wrote: Includes header documentation and initial set of include directives. Please use full sentences in commit messages. OK. +/* This program generates built-in function initializat

Re: [PATCH 01/14] Initial create of rs6000-genbif.c.

2020-02-04 Thread Segher Boessenkool
Hi! On Mon, Feb 03, 2020 at 08:26:02PM -0600, Bill Schmidt wrote: > Includes header documentation and initial set of include directives. Please use full sentences in commit messages. > +/* This program generates built-in function initialization and > + recognition code for Power targets, based

[PATCH 01/14] Initial create of rs6000-genbif.c.

2020-02-03 Thread Bill Schmidt
Includes header documentation and initial set of include directives. 2020-02-03 Bill Schmidt * config/rs6000/rs6000-genbif.c: New file. --- gcc/config/rs6000/rs6000-genbif.c | 124 ++ 1 file changed, 124 insertions(+) create mode 100644 gcc/config/rs6000/r