Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.h203 #define IA64_STACK_ALIGN(LOC) (((LOC) + 15) & ~15) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.h328 #define IA64_STACK_ALIGN(LOC) (((LOC) + 15) & ~15) macro