Searched refs:UNSIGNED_INT_FITS_N_BITS (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/cr16/
H A Dcr16.c77 && UNSIGNED_INT_FITS_N_BITS (INTVAL (X), n)) ? 1 : 0)
876 if (UNSIGNED_INT_FITS_N_BITS (INTVAL (disp), 20))
883 else if (UNSIGNED_INT_FITS_N_BITS (INTVAL (disp), 24))
1006 if (!UNSIGNED_INT_FITS_N_BITS (INTVAL (disp), 20))
1117 if (!UNSIGNED_INT_FITS_N_BITS (INTVAL (disp), 20))
1408 return UNSIGNED_INT_FITS_N_BITS (l, 4) ? 1 : 0;
1411 return ((UNSIGNED_INT_FITS_N_BITS (CONST_DOUBLE_LOW (op), 4)) &&
1412 (UNSIGNED_INT_FITS_N_BITS (CONST_DOUBLE_HIGH (op), 4))) ? 1 : 0;
H A Dcr16.h330 #define UNSIGNED_INT_FITS_N_BITS(imm, N) \ macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/cr16/
H A Dcr16.cc77 && UNSIGNED_INT_FITS_N_BITS (INTVAL (X), n)) ? 1 : 0)
878 if (UNSIGNED_INT_FITS_N_BITS (INTVAL (disp), 20))
885 else if (UNSIGNED_INT_FITS_N_BITS (INTVAL (disp), 24))
1008 if (!UNSIGNED_INT_FITS_N_BITS (INTVAL (disp), 20))
1119 if (!UNSIGNED_INT_FITS_N_BITS (INTVAL (disp), 20))
1410 return UNSIGNED_INT_FITS_N_BITS (l, 4) ? 1 : 0;
1413 return ((UNSIGNED_INT_FITS_N_BITS (CONST_DOUBLE_LOW (op), 4)) &&
1414 (UNSIGNED_INT_FITS_N_BITS (CONST_DOUBLE_HIGH (op), 4))) ? 1 : 0;
H A Dcr16.h327 #define UNSIGNED_INT_FITS_N_BITS(imm, N) \ macro

Completed in 95 milliseconds