Searched defs:PSTACK_ALIGN64 (Results 1 – 1 of 1) sorted by relevance
64 #define PSTACK_ALIGN64(sp) (sp) macro68 #define PSTACK_ALIGN64(sp) ALIGN32(sp) macro72 #define PSTACK_ALIGN64(sp) ((sp) & ~(2 * sizeof (int64_t) - 1)) macro