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