Searched refs:IA64_STACK_ALIGN (Results 1 – 2 of 2) sorted by relevance
202 #ifndef IA64_STACK_ALIGN203 #define IA64_STACK_ALIGN(LOC) (((LOC) + 15) & ~15) macro
2562 pretend_args_size = IA64_STACK_ALIGN (current_function_pretend_args_size); in ia64_compute_frame_size()2568 total_size = IA64_STACK_ALIGN (total_size); in ia64_compute_frame_size()