Searched defs:NDS32_ROUND_UP_DOUBLE_WORD (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32.h162 #define NDS32_ROUND_UP_DOUBLE_WORD(value) (((value) + 7) & ~7) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32.h162 #define NDS32_ROUND_UP_DOUBLE_WORD(value) (((value) + 7) & ~7) macro

Completed in 357 milliseconds