Home
last modified time | relevance | path

Searched defs:M32R_STACK_ALIGN (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.h243 #define M32R_STACK_ALIGN(LOC) (((LOC) + 3) & ~ 3) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.h243 #define M32R_STACK_ALIGN(LOC) (((LOC) + 3) & ~ 3) macro