Searched refs:next_cum (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/config/epiphany/
H A Depiphany.c744 CUMULATIVE_ARGS next_cum;
750 next_cum = *get_cumulative_args (cum);
751 next_cum
752 = ROUND_ADVANCE_CUM (next_cum, mode, type) + ROUND_ADVANCE_ARG (mode, type);
753 first_anon_arg = next_cum;
739 CUMULATIVE_ARGS next_cum; local
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Drs6000.c1770 CUMULATIVE_ARGS next_cum;
1787 next_cum = *cum;
1789 function_arg_advance (&next_cum, mode, type, 1);
1799 first_reg_offset = next_cum.sysv_gregno - GP_ARG_MIN_REG;
1827 && next_cum.fregno <= FP_ARG_V4_MAX_REG)
1829 int fregno = next_cum.fregno;
1758 CUMULATIVE_ARGS next_cum; local
/haiku-buildtools/gcc/gcc/config/arc/
H A Darc.c1670 CUMULATIVE_ARGS next_cum; local
1674 next_cum = *get_cumulative_args (args_so_far);
1675 arc_function_arg_advance (pack_cumulative_args (&next_cum), mode, type, 1);
1676 first_anon_arg = next_cum;
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c11131 CUMULATIVE_ARGS next_cum;
11138 next_cum = *get_cumulative_args (cum);
11139 rs6000_function_arg_advance_1 (&next_cum, mode, type, true, 0);
11143 first_reg_offset = next_cum.sysv_gregno - GP_ARG_MIN_REG;
11158 && next_cum.fregno <= FP_ARG_V4_MAX_REG
11162 fpr_size = (next_cum.fregno - FP_ARG_MIN_REG)
11165 < FP_ARG_V4_MAX_REG + 1 - next_cum.fregno)
11168 fpr_size += (FP_ARG_V4_MAX_REG + 1 - next_cum.fregno)
11183 offset = - (int) (next_cum.fregno - FP_ARG_MIN_REG)
11210 first_reg_offset = next_cum
11110 CUMULATIVE_ARGS next_cum; local
[all...]
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c4564 CUMULATIVE_ARGS next_cum = *get_cumulative_args (cum);
4567 ia64_function_arg_advance (pack_cumulative_args (&next_cum), mode, type, 1);
4569 if (next_cum.words < MAX_ARGUMENT_SLOTS)
4571 int n = MAX_ARGUMENT_SLOTS - next_cum.words;
4558 CUMULATIVE_ARGS next_cum = *get_cumulative_args (cum); local
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c8843 CUMULATIVE_ARGS next_cum;
8857 next_cum = *cum;
8859 ix86_function_arg_advance (pack_cumulative_args (&next_cum), mode, type,
8863 setup_incoming_varargs_ms_64 (&next_cum);
8865 setup_incoming_varargs_64 (&next_cum);
8876 CUMULATIVE_ARGS next_cum;
8891 next_cum = *cum;
8893 ix86_function_arg_advance (pack_cumulative_args (&next_cum), mode, type,
8827 CUMULATIVE_ARGS next_cum; local
8860 CUMULATIVE_ARGS next_cum; local
[all...]

Completed in 306 milliseconds