Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.h1444 #define RS6000_ALIGN(n,a) (((n) + (a) - 1) & ~((a) - 1)) macro
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.h1194 #define RS6000_ALIGN(n,a) (((n) + (a) - 1) & ~((a) - 1)) macro