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

  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.h 1588 int n_varargs;
1553 int n_varargs; variable
ia64.cc 2745 if (cfun->machine->n_varargs > 0
2934 if (spilled_gr_p || cfun->machine->n_varargs
3508 int i, epilogue_p, regno, alt_regno, cfa_off, n_varargs;
3644 n_varargs = cfun->machine->n_varargs;
3645 setup_spill_pointers (current_frame_info.n_spilled + n_varargs,
3729 for (regno = GR_ARG_FIRST + 7; n_varargs > 0; --n_varargs, --regno)
4623 cfun->machine->n_varargs = n;
3503 int i, epilogue_p, regno, alt_regno, cfa_off, n_varargs; local
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.h 1607 int n_varargs;
1569 int n_varargs; variable
ia64.cc 2735 if (cfun->machine->n_varargs > 0
2924 if (spilled_gr_p || cfun->machine->n_varargs
3498 int i, epilogue_p, regno, alt_regno, cfa_off, n_varargs;
3634 n_varargs = cfun->machine->n_varargs;
3635 setup_spill_pointers (current_frame_info.n_spilled + n_varargs,
3719 for (regno = GR_ARG_FIRST + 7; n_varargs > 0; --n_varargs, --regno)
4612 cfun->machine->n_varargs = n;
3493 int i, epilogue_p, regno, alt_regno, cfa_off, n_varargs; local

Completed in 46 milliseconds