Searched refs:rounded_stack_size (Results 1 – 4 of 4) sorted by relevance
452 emit_call_1 (funexp, fndecl, funtype, stack_size, rounded_stack_size, in emit_call_1() argument459 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;
530 * calls.c (emit_call_1): Pass rounded_stack_size to emit_call766 * calls.c (emit_call_1): New arg rounded_stack_size; update callers.
1594 for rounded_stack_size.
242 HOST_WIDE_INT rounded_stack_size, in emit_call_1() argument248 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()