Home | History | Annotate | Download | only in priv

Lines Matching defs:stack_limit

413    Int         not_done_yet, n_args, n_arg_ws, stack_limit, 
471 stack_limit = cee->regparms;
472 if (cee->regparms > 0 && passBBP) stack_limit--;
476 /* Push (R to L) the stack-passed args, [n_args-1 .. stack_limit] */
477 for (i = n_args-1; i >= stack_limit; i--) {
482 /* args [stack_limit-1 .. 0] and possibly %ebp are to be passed in
500 for (i = stack_limit-1; i >= 0; i--) {
511 for (i = stack_limit-1; i >= 0; i--) {
525 for (i = stack_limit-1; i >= 0; i--) {
534 for (i = stack_limit-1; i >= 0; i--) {