Home
last modified time | relevance | path

Searched refs:rounded_stack_size (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcalls.c452 emit_call_1 (funexp, fndecl, funtype, stack_size, rounded_stack_size, in emit_call_1() argument
459 HOST_WIDE_INT rounded_stack_size;
468 rtx rounded_stack_size_rtx = GEN_INT (rounded_stack_size);
655 rounded_stack_size -= n_popped;
656 rounded_stack_size_rtx = GEN_INT (rounded_stack_size);
669 if (rounded_stack_size != 0)
673 stack_pointer_delta -= rounded_stack_size;
676 pending_stack_adjust += rounded_stack_size;
H A DChangeLog.1530 * calls.c (emit_call_1): Pass rounded_stack_size to emit_call
766 * calls.c (emit_call_1): New arg rounded_stack_size; update callers.
H A DChangeLog.61594 for rounded_stack_size.
/openbsd-src/gnu/gcc/gcc/
H A Dcalls.c242 HOST_WIDE_INT rounded_stack_size, in emit_call_1() argument
248 rtx rounded_stack_size_rtx = GEN_INT (rounded_stack_size); in emit_call_1()
419 rounded_stack_size -= n_popped; in emit_call_1()
420 rounded_stack_size_rtx = GEN_INT (rounded_stack_size); in emit_call_1()
433 if (rounded_stack_size != 0) in emit_call_1()
437 stack_pointer_delta -= rounded_stack_size; in emit_call_1()
440 pending_stack_adjust += rounded_stack_size; in emit_call_1()