Re: [PATCH 12/55] rs6000: Parsing built-in input file, part 2 of 3

2021-07-19 Thread Segher Boessenkool
On Thu, Jun 17, 2021 at 10:18:56AM -0500, Bill Schmidt wrote: > * config/rs6000/rs6000-gen-builtins.c (parse_args): New function. > (parse_prototype): Implement. > + restr_opnd[restr_cnt] = *nargs + 1; > + restr[restr_cnt] = argtype->restr; > + val1[restr_cnt]

[PATCH 12/55] rs6000: Parsing built-in input file, part 2 of 3

2021-06-17 Thread Bill Schmidt via Gcc-patches
2021-06-07 Bill Schmidt gcc/ * config/rs6000/rs6000-gen-builtins.c (parse_args): New function. (parse_prototype): Implement. --- gcc/config/rs6000/rs6000-gen-builtins.c | 142 1 file changed, 142 insertions(+) diff --git

[PATCH 12/55] rs6000: Parsing built-in input file, part 2 of 3

2021-06-08 Thread Bill Schmidt via Gcc-patches
2021-06-07 Bill Schmidt gcc/ * config/rs6000/rs6000-gen-builtins.c (parse_args): New function. (parse_prototype): Implement. --- gcc/config/rs6000/rs6000-gen-builtins.c | 142 1 file changed, 142 insertions(+) diff --git