Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/c4x/
H A Dc4x.h717 #define IS_DISP8_CONST(VAL) (((VAL) <= 255) && ((VAL) >= -255)) /* 'Q'. */ macro
722 #define IS_DISP8_OFF_CONST(VAL) (IS_DISP8_CONST (VAL) \
723 && IS_DISP8_CONST (VAL + 1))
1191 #define LEGITIMATE_DISPLACEMENT_P(X) IS_DISP8_CONST (INTVAL (X))
H A Dc4x.c1630 if (! IS_DISP8_CONST (INTVAL (disp))) in c4x_legitimate_address_p()
2609 return IS_DISP8_CONST (INTVAL (op1)); in c4x_Q_constraint()
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.h896 #define IS_DISP8_CONST(VAL) (((VAL) <= 255) && ((VAL) >= -255)) /* 'Q'. */ macro
901 #define IS_DISP8_OFF_CONST(VAL) (IS_DISP8_CONST (VAL) \
902 && IS_DISP8_CONST (VAL + 1))
1462 #define LEGITIMATE_DISPLACEMENT_P(X) IS_DISP8_CONST (INTVAL (X))
H A Dc4x.c1648 if (! IS_DISP8_CONST (INTVAL (disp)))
2651 return IS_DISP8_CONST (INTVAL (op1));