Home
last modified time | relevance | path

Searched refs:INT_FITS_16_BITS (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.h1350 #define INT_FITS_16_BITS(I) ((unsigned long) (I) < 0x10000) macro
1354 #define FITS_16_BITS(X) (GET_CODE (X) == CONST_INT && INT_FITS_16_BITS(INTVAL(X)))