Searched defs:PSTACK_ALIGN32 (Results 1 – 1 of 1) sorted by relevance
61 #define PSTACK_ALIGN32(sp) ((sp) & ~(2 * sizeof (int64_t) - 1)) macro65 #define PSTACK_ALIGN32(sp) (sp) macro69 #define PSTACK_ALIGN32(sp) ((sp) & ~(2 * sizeof (int32_t) - 1)) macro