Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
H A DChangeLog-199914998 * calls.c (emit_call_1): Pass rounded_stack_size to emit_call
15234 * calls.c (emit_call_1): New arg rounded_stack_size; update callers.
H A DChangeLog-20011594 for rounded_stack_size.