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

/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c3431 int nsave = 4 - (get_cumulative_args (cum)->nregs + 1);
3433 if (nsave > 0)
3434 cfun->machine->arg_regs_to_save = nsave;
3435 *pretend_size = nsave * 4;
3422 int nsave = 4 - (get_cumulative_args (cum)->nregs + 1); local

Completed in 109 milliseconds