Searched refs:nargs_prototype (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/pa/ |
| H A D | pa.h | 677 struct hppa_args {int words, nargs_prototype, incoming, indirect; }; member 689 (CUM).nargs_prototype = (FNTYPE && TYPE_ARG_TYPES (FNTYPE) \ 704 (CUM).nargs_prototype = 1000 720 { (CUM).nargs_prototype--; \
|
| H A D | pa.c | 9201 && cum->nargs_prototype <= 0 in function_arg()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/ |
| H A D | pa.h | 791 struct hppa_args {int words, nargs_prototype, incoming, indirect; }; member 803 (CUM).nargs_prototype = (FNTYPE && TYPE_ARG_TYPES (FNTYPE) \ 818 (CUM).nargs_prototype = 1000 834 { (CUM).nargs_prototype--; \
|
| H A D | pa.c | 8253 && cum->nargs_prototype <= 0
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 2901 cum->nargs_prototype = 1000; /* don't return a PARALLEL */ 2904 cum->nargs_prototype = (list_length (TYPE_ARG_TYPES (fntype)) - 1 2909 cum->nargs_prototype = 0; 2911 cum->orig_nargs = cum->nargs_prototype; 2934 cum->prototype, cum->nargs_prototype); 2997 cum->nargs_prototype--; 3001 if (cum->vregno <= ALTIVEC_ARG_MAX_REG && cum->nargs_prototype >= 0) 3060 cum->sysv_gregno, cum->nargs_prototype, cum->prototype); 3081 cum->nargs_prototype, cum->prototype, GET_MODE_NAME (mode)); 3126 && cum->nargs_prototype < 0 [all …]
|
| H A D | rs6000.h | 1673 int nargs_prototype; /* # args left in the current prototype */ member
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 4392 cum->nargs_prototype = 0; in init_cumulative_args() 4394 cum->nargs_prototype = n_named_args; in init_cumulative_args() 4417 cum->prototype, cum->nargs_prototype); in init_cumulative_args() 4670 cum->nargs_prototype--; in function_arg_advance() 4719 cum->nargs_prototype, cum->prototype, in function_arg_advance() 4804 cum->sysv_gregno, cum->nargs_prototype, cum->prototype); in function_arg_advance() 4827 cum->nargs_prototype, cum->prototype, GET_MODE_NAME (mode)); in function_arg_advance() 5186 || (cum->nargs_prototype < 0 in function_arg() 5346 && (cum->nargs_prototype <= 0 in function_arg() 5439 && cum->nargs_prototype >= 0) in rs6000_arg_partial_bytes() [all …]
|
| H A D | rs6000.h | 1370 int nargs_prototype; /* # args left in the current prototype */ member
|