Searched refs:INT_FITS_16_BITS (Results 1 – 1 of 1) sorted by relevance
1350 #define INT_FITS_16_BITS(I) ((unsigned long) (I) < 0x10000) macro1354 #define FITS_16_BITS(X) (GET_CODE (X) == CONST_INT && INT_FITS_16_BITS(INTVAL(X)))