Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.h243 #define M32R_STACK_ALIGN(LOC) (((LOC) + 3) & ~ 3) macro
H A Dm32r.cc1555 var_size = M32R_STACK_ALIGN (size); in m32r_compute_frame_size()
1556 args_size = M32R_STACK_ALIGN (crtl->outgoing_args_size); in m32r_compute_frame_size()
1588 total_size = M32R_STACK_ALIGN (total_size); in m32r_compute_frame_size()
2958 return M32R_STACK_ALIGN (crtl->outgoing_args_size); in m32r_starting_frame_offset()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.h243 #define M32R_STACK_ALIGN(LOC) (((LOC) + 3) & ~ 3) macro
H A Dm32r.c1554 var_size = M32R_STACK_ALIGN (size); in m32r_compute_frame_size()
1555 args_size = M32R_STACK_ALIGN (crtl->outgoing_args_size); in m32r_compute_frame_size()
1587 total_size = M32R_STACK_ALIGN (total_size); in m32r_compute_frame_size()
2957 return M32R_STACK_ALIGN (crtl->outgoing_args_size); in m32r_starting_frame_offset()