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

/haiku-buildtools/gcc/gcc/config/cris/
H A Dcris.c110 int stdarg_regs; variable
3126 cfun->machine->stdarg_regs is set. There are other setters of
3133 int stdarg_regs = cfun->machine->stdarg_regs; local
3138 stdarg_regs > 0;
3139 regno--, pretend -= 4, stdarg_regs--)
4080 int stdarg_regs = CRIS_MAX_ARGS_IN_REGS - ca->regs; local
4081 cfun->machine->stdarg_regs = stdarg_regs;
4082 *pretend_arg_size = stdarg_regs *
[all...]

Completed in 42 milliseconds