Searched defs:STACK_ALIGN (Results 1 – 5 of 5) sorted by relevance
19 #define STACK_ALIGN 16 macro21 #define STACK_ALIGN 4 macro
23 #define STACK_ALIGN 16 macro
33 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro
29 #define STACK_ALIGN (XCHAL_DATA_WIDTH > 16 ? XCHAL_DATA_WIDTH : 16) macro
182 #define STACK_ALIGN(sz) (((sz) + 15) & ~15) macro