Searched refs:rounded_frame_size (Results 1 – 4 of 4) sorted by relevance
195 static HOST_WIDE_INT rounded_frame_size (int);7110 rounded_frame_size (int pushed) in rounded_frame_size() function7197 output_stack_adjust (-rounded_frame_size (d), in sh_expand_prologue()7199 stack_usage += rounded_frame_size (d); in sh_expand_prologue()7227 int frame_size = rounded_frame_size (d); in sh_expand_epilogue()7378 int pr_offset = rounded_frame_size (d); in sh_set_return_address()8223 int total_auto_space = rounded_frame_size (regs_saved) - regs_saved_rounding; in initial_elimination_offset()8239 return rounded_frame_size (0); in initial_elimination_offset()8242 return rounded_frame_size (0); in initial_elimination_offset()11536 if (rounded_frame_size (d) > 4) in sh_can_use_simple_return_p()
27935 (rounded_frame_size): Take into account that argument pushed has27960 * sh.c (rounded_frame_size): New function.
21472 (rounded_frame_size): Add parentheses.
34510 (rounded_frame_size): Adjust size with outgoing_args_size.