Searched refs:CONST_OK_FOR_P (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dmcore.h467 #define CONST_OK_FOR_P(VALUE) (mcore_const_ok_for_inline (VALUE)) macro
476 : (C) == 'P' ? CONST_OK_FOR_P (VALUE) \
/openbsd-current/gnu/gcc/gcc/config/v850/
H A Dv850.h408 #define CONST_OK_FOR_P(VALUE) 0
418 (C) == 'P' ? CONST_OK_FOR_P (VALUE) : \
405 #define CONST_OK_FOR_P macro
/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Dbfin.h1044 #define CONST_OK_FOR_P(VALUE, STR) \
1099 : (C) == 'P' ? CONST_OK_FOR_P (VALUE, STR) \
1042 #define CONST_OK_FOR_P macro
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dh8300.h426 #define CONST_OK_FOR_P(VALUE, STR) \
441 ((C) == 'P' ? CONST_OK_FOR_P ((VALUE), (STR)) \
423 #define CONST_OK_FOR_P macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dmcore.h568 #define CONST_OK_FOR_P(VALUE) (mcore_const_ok_for_inline (VALUE)) macro
577 : (C) == 'P' ? CONST_OK_FOR_P (VALUE) \
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv.h1299 #define CONST_OK_FOR_P(VALUE) IN_RANGE_P(VALUE, 1, 2047)
1314 : (C) == 'P' ? CONST_OK_FOR_P (VALUE) \
1290 #define CONST_OK_FOR_P macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.h532 #define CONST_OK_FOR_P(VALUE) 0
542 (C) == 'P' ? CONST_OK_FOR_P (VALUE) : \
529 #define CONST_OK_FOR_P macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.h1451 #define CONST_OK_FOR_P(VALUE) IN_RANGE_P(VALUE, 1, 2047)
1466 : (C) == 'P' ? CONST_OK_FOR_P (VALUE) \
1441 #define CONST_OK_FOR_P macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.h1059 #define CONST_OK_FOR_P(VALUE) ((VALUE) == 0 || (VALUE) == -1)
1069 : (C) == 'P' ? CONST_OK_FOR_P (VALUE) \
1050 #define CONST_OK_FOR_P macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h1197 #define CONST_OK_FOR_P(VALUE) (((HOST_WIDE_INT)(VALUE)) >= -512 \
1207 : (C) == 'P' ? CONST_OK_FOR_P (VALUE) \
2624 && CONST_OK_FOR_P (INTVAL (RTX))) \
1192 #define CONST_OK_FOR_P macro
H A Dsh.c54 (TARGET_SHMEDIA ? CONST_OK_FOR_P (size) : CONST_OK_FOR_I (size))
6149 if (GET_CODE (op) == CONST_INT && CONST_OK_FOR_P (INTVAL (op)))
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dia64.h939 #define CONST_OK_FOR_P(VALUE) ((VALUE) == 0 || (VALUE) == -1)
930 #define CONST_OK_FOR_P macro
H A Dia64.c624 return CONST_OK_FOR_P (value);
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dsh.h1391 #define CONST_OK_FOR_P(VALUE, STR) \
1402 : (C) == 'P' ? CONST_OK_FOR_P ((VALUE), (STR)) \
1386 #define CONST_OK_FOR_P macro

Completed in 392 milliseconds