Searched refs:n_varargs (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c2506 if (cfun->machine->n_varargs > 0
2694 if (spilled_gr_p || cfun->machine->n_varargs
3073 int i, epilogue_p, regno, alt_regno, cfa_off, n_varargs;
3179 n_varargs = cfun->machine->n_varargs;
3180 setup_spill_pointers (current_frame_info.n_spilled + n_varargs,
3258 for (regno = GR_ARG_FIRST + 7; n_varargs > 0; --n_varargs, --regno)
4060 cfun->machine->n_varargs = n;
3068 int i, epilogue_p, regno, alt_regno, cfa_off, n_varargs; local
H A Dia64.h1965 int n_varargs;
1925 int n_varargs; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c2343 if (cfun->machine->n_varargs > 0
2513 if (spilled_gr_p || cfun->machine->n_varargs
2895 int i, epilogue_p, regno, alt_regno, cfa_off, n_varargs;
2982 n_varargs = cfun->machine->n_varargs;
2983 setup_spill_pointers (current_frame_info.n_spilled + n_varargs,
3062 for (regno = GR_ARG_FIRST + 7; n_varargs > 0; --n_varargs, --regno)
3818 cfun->machine->n_varargs = n;
2889 int i, epilogue_p, regno, alt_regno, cfa_off, n_varargs; local
H A Dia64.h2062 int n_varargs;
2022 int n_varargs; local

Completed in 122 milliseconds