Home
last modified time | relevance | path

Searched refs:IA64_STACK_ALIGN (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/config/ia64/
HDia64.h202 #ifndef IA64_STACK_ALIGN
203 #define IA64_STACK_ALIGN(LOC) (((LOC) + 15) & ~15) macro
HDia64.c2562 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()