Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.h794 #define ALPHA_ROUND(X) (((X) + 15) & ~ 15) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.h976 #define ALPHA_ROUND(X) (((X) + 15) & ~ 15) macro