Home
last modified time | relevance | path

Searched refs:n_varargs (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/ia64/
Dia64.c2364 if (cfun->machine->n_varargs > 0 in ia64_compute_frame_size()
2534 if (spilled_gr_p || cfun->machine->n_varargs in ia64_compute_frame_size()
2916 int i, epilogue_p, regno, alt_regno, cfa_off, n_varargs; in ia64_expand_prologue() local
3003 n_varargs = cfun->machine->n_varargs; in ia64_expand_prologue()
3004 setup_spill_pointers (current_frame_info.n_spilled + n_varargs, in ia64_expand_prologue()
3083 for (regno = GR_ARG_FIRST + 7; n_varargs > 0; --n_varargs, --regno) in ia64_expand_prologue()
3837 cfun->machine->n_varargs = n; in ia64_setup_incoming_varargs()
Dia64.h2025 int n_varargs; member
/freebsd-10-stable/contrib/gcc/
DChangeLog-200010388 * config/ia64/ia64.h (struct machine_function): Add n_varargs.