Searched refs:IS_DISP8_CONST (Results 1 – 4 of 4) sorted by relevance
717 #define IS_DISP8_CONST(VAL) (((VAL) <= 255) && ((VAL) >= -255)) /* 'Q'. */ macro722 #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))
1630 if (! IS_DISP8_CONST (INTVAL (disp))) in c4x_legitimate_address_p()2609 return IS_DISP8_CONST (INTVAL (op1)); in c4x_Q_constraint()
896 #define IS_DISP8_CONST(VAL) (((VAL) <= 255) && ((VAL) >= -255)) /* 'Q'. */ macro901 #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))
1648 if (! IS_DISP8_CONST (INTVAL (disp)))2651 return IS_DISP8_CONST (INTVAL (op1));