HomeSort by: relevance | last modified time | path
    Searched defs:next_cum (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc 2253 CUMULATIVE_ARGS next_cum;
2260 next_cum = *get_cumulative_args (cum);
2263 rs6000_function_arg_advance_1 (&next_cum, arg.mode, arg.type, arg.named,
2268 first_reg_offset = next_cum.sysv_gregno - GP_ARG_MIN_REG;
2283 && next_cum.fregno <= FP_ARG_V4_MAX_REG
2287 fpr_size = (next_cum.fregno - FP_ARG_MIN_REG)
2290 < FP_ARG_V4_MAX_REG + 1 - next_cum.fregno)
2293 fpr_size += (FP_ARG_V4_MAX_REG + 1 - next_cum.fregno)
2308 offset = - (int) (next_cum.fregno - FP_ARG_MIN_REG)
2335 first_reg_offset = next_cum.words
2248 CUMULATIVE_ARGS next_cum; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc 2261 CUMULATIVE_ARGS next_cum;
2268 next_cum = *get_cumulative_args (cum);
2269 rs6000_function_arg_advance_1 (&next_cum, arg.mode, arg.type, arg.named, 0);
2273 first_reg_offset = next_cum.sysv_gregno - GP_ARG_MIN_REG;
2288 && next_cum.fregno <= FP_ARG_V4_MAX_REG
2292 fpr_size = (next_cum.fregno - FP_ARG_MIN_REG)
2295 < FP_ARG_V4_MAX_REG + 1 - next_cum.fregno)
2298 fpr_size += (FP_ARG_V4_MAX_REG + 1 - next_cum.fregno)
2313 offset = - (int) (next_cum.fregno - FP_ARG_MIN_REG)
2340 first_reg_offset = next_cum.words
2256 CUMULATIVE_ARGS next_cum; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.cc 728 CUMULATIVE_ARGS next_cum;
735 next_cum = *get_cumulative_args (cum);
738 next_cum = (ROUND_ADVANCE_CUM (next_cum, arg.mode, arg.type)
740 first_anon_arg = next_cum;
723 CUMULATIVE_ARGS next_cum; local
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.cc 731 CUMULATIVE_ARGS next_cum;
737 next_cum = *get_cumulative_args (cum);
738 next_cum = (ROUND_ADVANCE_CUM (next_cum, arg.mode, arg.type)
740 first_anon_arg = next_cum;
726 CUMULATIVE_ARGS next_cum; local
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.cc 2350 CUMULATIVE_ARGS next_cum; local
2354 next_cum = *get_cumulative_args (args_so_far);
2357 arc_function_arg_advance (pack_cumulative_args (&next_cum), arg);
2358 first_anon_arg = next_cum;
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 4650 CUMULATIVE_ARGS next_cum;
4664 next_cum = *cum;
4668 ix86_function_arg_advance (pack_cumulative_args (&next_cum), arg);
4671 setup_incoming_varargs_ms_64 (&next_cum);
4673 setup_incoming_varargs_64 (&next_cum);
4637 CUMULATIVE_ARGS next_cum; local
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 4613 CUMULATIVE_ARGS next_cum = *get_cumulative_args (cum);
4617 ia64_function_arg_advance (pack_cumulative_args (&next_cum), arg);
4619 if (next_cum.words < MAX_ARGUMENT_SLOTS)
4621 int n = MAX_ARGUMENT_SLOTS - next_cum.words;
4607 CUMULATIVE_ARGS next_cum = *get_cumulative_args (cum); local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 4535 CUMULATIVE_ARGS next_cum;
4549 next_cum = *cum;
4551 ix86_function_arg_advance (pack_cumulative_args (&next_cum), arg);
4554 setup_incoming_varargs_ms_64 (&next_cum);
4556 setup_incoming_varargs_64 (&next_cum);
4522 CUMULATIVE_ARGS next_cum; local
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 4603 CUMULATIVE_ARGS next_cum = *get_cumulative_args (cum);
4606 ia64_function_arg_advance (pack_cumulative_args (&next_cum), arg);
4608 if (next_cum.words < MAX_ARGUMENT_SLOTS)
4610 int n = MAX_ARGUMENT_SLOTS - next_cum.words;
4597 CUMULATIVE_ARGS next_cum = *get_cumulative_args (cum); local
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 2442 CUMULATIVE_ARGS next_cum; local
2446 next_cum = *get_cumulative_args (args_so_far);
2447 arc_function_arg_advance (pack_cumulative_args (&next_cum), arg);
2448 first_anon_arg = next_cum;

Completed in 57 milliseconds