Searched refs:CONST_OK_FOR_J (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dia64.h926 #define CONST_OK_FOR_J(VALUE) \
917 #define CONST_OK_FOR_J macro
H A Dia64.c612 return CONST_OK_FOR_J (value);
4762 *total = CONST_OK_FOR_J (INTVAL (x)) ? 0 : COSTS_N_INSNS (1);
4767 else if (CONST_OK_FOR_J (INTVAL (x)))
9515 if (!CONST_OK_FOR_J (vcall_offset))
/freebsd-10.0-release/contrib/gcc/config/s390/
H A Ds390.c323 #define CONST_OK_FOR_J(x) \ macro
8504 if (CONST_OK_FOR_J (delta))
8591 if (CONST_OK_FOR_J (delta))
8609 if (CONST_OK_FOR_J (vcall_offset))

Completed in 248 milliseconds