Searched refs:CONST_OK_FOR_L (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dmcore.h457 #define CONST_OK_FOR_L(VALUE) (((int)(VALUE)) < 0 && ((int)(VALUE)) >= -32) macro
472 : (C) == 'L' ? CONST_OK_FOR_L (VALUE) \
H A Dmcore.c415 || (code == PLUS && CONST_OK_FOR_L (val)))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.h318 #define CONST_OK_FOR_L(VALUE) ((VALUE) == 15)
325 (C) == 'L' ? CONST_OK_FOR_L (VALUE) : \
315 #define CONST_OK_FOR_L macro
/openbsd-current/gnu/gcc/gcc/config/v850/
H A Dv850.h398 #define CONST_OK_FOR_L(VALUE) \
414 (C) == 'L' ? CONST_OK_FOR_L (VALUE) : \
395 #define CONST_OK_FOR_L macro
H A Dv850.c872 else if (CONST_OK_FOR_L (value)) /* Upper 16 bits were set. */
894 else if (CONST_OK_FOR_L (high)) /* Upper 16 bits were set. */
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dh8300.h406 #define CONST_OK_FOR_L(VALUE) \
447 (C) == 'L' ? CONST_OK_FOR_L (VALUE) : \
403 #define CONST_OK_FOR_L macro
/openbsd-current/gnu/gcc/gcc/config/mn10300/
H A Dmn10300.h458 #define CONST_OK_FOR_L(VALUE) ((VALUE) == 4)
466 (C) == 'L' ? CONST_OK_FOR_L (VALUE) : \
455 #define CONST_OK_FOR_L macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300.h468 #define CONST_OK_FOR_L(VALUE) \
480 (C) == 'L' ? CONST_OK_FOR_L (VALUE) : \
465 #define CONST_OK_FOR_L macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dmcore.h558 #define CONST_OK_FOR_L(VALUE) (((int)(VALUE)) < 0 && ((int)(VALUE)) >= -32) macro
573 : (C) == 'L' ? CONST_OK_FOR_L (VALUE) \
H A Dmcore.c383 || (code == PLUS && CONST_OK_FOR_L (val)))
1607 if (CONST_OK_FOR_J(INTVAL(op)) || CONST_OK_FOR_L(INTVAL(op)))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mn10300/
H A Dmn10300.h410 #define CONST_OK_FOR_L(VALUE) ((VALUE) == 4)
418 (C) == 'L' ? CONST_OK_FOR_L (VALUE) : \
407 #define CONST_OK_FOR_L macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.h1051 #define CONST_OK_FOR_L(VALUE) ((unsigned HOST_WIDE_INT)(VALUE) + 0x7F < 0x100)
1065 : (C) == 'L' ? CONST_OK_FOR_L (VALUE) \
1708 if (CONST_OK_FOR_K (INTVAL (X)) || CONST_OK_FOR_L (INTVAL (X))) \
1042 #define CONST_OK_FOR_L macro
H A Dia64.c699 return ((GET_CODE (op) == CONST_INT && CONST_OK_FOR_L (INTVAL (op)))
715 && CONST_OK_FOR_L (INTVAL (op)))
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv.h1291 #define CONST_OK_FOR_L(VALUE) IN_RANGE_P(VALUE, -32768, 32767)
1310 : (C) == 'L' ? CONST_OK_FOR_L (VALUE) \
1282 #define CONST_OK_FOR_L macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.h522 #define CONST_OK_FOR_L(VALUE) \
538 (C) == 'L' ? CONST_OK_FOR_L (VALUE) : \
519 #define CONST_OK_FOR_L macro
H A Dv850.c774 else if (CONST_OK_FOR_L (value)) /* Upper 16 bits were set. */
796 else if (CONST_OK_FOR_L (high)) /* Upper 16 bits were set. */
1134 || CONST_OK_FOR_L (INTVAL (op)))))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.h1443 #define CONST_OK_FOR_L(VALUE) IN_RANGE_P(VALUE, -32768, 32767)
1462 : (C) == 'L' ? CONST_OK_FOR_L (VALUE) \
1433 #define CONST_OK_FOR_L macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h1191 #define CONST_OK_FOR_L(VALUE) (((HOST_WIDE_INT)(VALUE))>= 0 \
1203 : (C) == 'L' ? CONST_OK_FOR_L (VALUE) \
2638 && CONST_OK_FOR_L (INTVAL (RTX))) \
1186 #define CONST_OK_FOR_L macro
H A Dsh.c1370 if (CONST_OK_FOR_L (i))
1796 if (! CONST_OK_FOR_L (mask >> i))
6154 else if (GET_CODE (op) == CONST_INT && CONST_OK_FOR_L (INTVAL (op)))
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dia64.h931 #define CONST_OK_FOR_L(VALUE) ((unsigned HOST_WIDE_INT)(VALUE) + 0x7F < 0x100)
922 #define CONST_OK_FOR_L macro
H A Dia64.c616 return CONST_OK_FOR_L (value);
4773 if (CONST_OK_FOR_K (INTVAL (x)) || CONST_OK_FOR_L (INTVAL (x)))

Completed in 370 milliseconds