Searched refs:RS6000_ALIGN (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | darwin.h | 81 (RS6000_ALIGN (current_function_outgoing_args_size, 16) \ 87 (RS6000_ALIGN (current_function_outgoing_args_size, 16) \
|
| H A D | rs6000.h | 1444 #define RS6000_ALIGN(n,a) (((n) + (a) - 1) & ~((a) - 1)) macro 1460 (RS6000_ALIGN (current_function_outgoing_args_size, \ 1472 (RS6000_ALIGN (current_function_outgoing_args_size, \
|
| H A D | rs6000.c | 9186 info_ptr->vars_size = RS6000_ALIGN (get_frame_size (), 8); in rs6000_stack_info() 9187 info_ptr->parm_size = RS6000_ALIGN (current_function_outgoing_args_size, in rs6000_stack_info() 9296 info_ptr->save_size = RS6000_ALIGN (info_ptr->fp_size in rs6000_stack_info() 9317 RS6000_ALIGN (total_raw_size, ABI_STACK_BOUNDARY / BITS_PER_UNIT); in rs6000_stack_info()
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | darwin.h | 214 : (RS6000_ALIGN (current_function_outgoing_args_size, 16) \ 219 (RS6000_ALIGN (current_function_outgoing_args_size, 16) \
|
| H A D | rs6000.h | 1194 #define RS6000_ALIGN(n,a) (((n) + (a) - 1) & ~((a) - 1)) macro 1208 : (RS6000_ALIGN (current_function_outgoing_args_size, \ 1219 (RS6000_ALIGN (current_function_outgoing_args_size, \
|
| H A D | rs6000.c | 13101 info_ptr->vars_size = RS6000_ALIGN (get_frame_size (), 8); in rs6000_stack_info() 13102 info_ptr->parm_size = RS6000_ALIGN (current_function_outgoing_args_size, in rs6000_stack_info() 13106 += RS6000_ALIGN (info_ptr->fixed_size + info_ptr->vars_size in rs6000_stack_info() 13221 info_ptr->save_size = RS6000_ALIGN (info_ptr->fp_size in rs6000_stack_info() 13236 info_ptr->total_size = RS6000_ALIGN (non_fixed_size + info_ptr->fixed_size, in rs6000_stack_info()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | FSFChangeLog.11 | 5922 * rs6000.h (RS6000_ALIGN): Macro renamed from ALIGN.
|