Home
last modified time | relevance | path

Searched refs:IS_INT5_CONST (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/gcc/config/c4x/
H A Dc4x.h697 #define IS_INT5_CONST(VAL) (((VAL) <= 15) && ((VAL) >= -16)) /* 'K'. */ macro
728 : ((C) == 'K') ? (! TARGET_C3X && IS_INT5_CONST (VAL)) \
H A Dc4x.c2544 return IS_INT5_CONST (INTVAL (op)); in c4x_K_constant()
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.h876 #define IS_INT5_CONST(VAL) (((VAL) <= 15) && ((VAL) >= -16)) /* 'K'. */ macro
907 : ((C) == 'K') ? (! TARGET_C3X && IS_INT5_CONST (VAL)) \
H A Dc4x.c2582 return IS_INT5_CONST (INTVAL (op));