Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.h172 #define IA64_STACK_ALIGN(LOC) (((LOC) + 15) & ~15) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.h172 #define IA64_STACK_ALIGN(LOC) (((LOC) + 15) & ~15) macro