Searched defs:M32R_STACK_ALIGN (Results 1 – 2 of 2) sorted by relevance
243 #define M32R_STACK_ALIGN(LOC) (((LOC) + 3) & ~ 3) macro