Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.cc195 static HOST_WIDE_INT rounded_frame_size (int);
7110 rounded_frame_size (int pushed) in rounded_frame_size() function
7197 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()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200027935 (rounded_frame_size): Take into account that argument pushed has
27960 * sh.c (rounded_frame_size): New function.
DChangeLog-200121472 (rounded_frame_size): Add parentheses.
DChangeLog-201034510 (rounded_frame_size): Adjust size with outgoing_args_size.