Searched defs:STACK_ALIGN (Results 1 – 13 of 13) sorted by relevance
19 #define STACK_ALIGN 16 macro21 #define STACK_ALIGN 4 macro
44 .macro STACK_ALIGN, reg macro
23 #define STACK_ALIGN 16 macro
56 #define STACK_ALIGN 16 macro
33 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro
32 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro
29 #define STACK_ALIGN (XCHAL_DATA_WIDTH > 16 ? XCHAL_DATA_WIDTH : 16) macro
35 #define STACK_ALIGN ~(0xf) macro
182 #define STACK_ALIGN(sz) (((sz) + 15) & ~15) macro
56 #define STACK_ALIGN FRAME_SIZE macro
63 #define STACK_ALIGN FRAME_SIZE macro