HomeSort by: relevance | last modified time | path
    Searched defs:IA64_STACK_ALIGN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.h 174 #ifndef IA64_STACK_ALIGN
175 #define IA64_STACK_ALIGN(LOC) (((LOC) + 15) & ~15)
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.h 174 #ifndef IA64_STACK_ALIGN
175 #define IA64_STACK_ALIGN(LOC) (((LOC) + 15) & ~15)

Completed in 25 milliseconds