Home | History | Annotate | Download | only in config

Lines Matching refs:high

222 #define IN_RANGE(x, low, high) \
223 (((EXPR_VALUE(x)) >= (low)) && (EXPR_VALUE(x)) <= ((high)))
4265 return yyerror ("Cannot move A0 to high half of register");
4278 return yyerror ("Cannot move A0 to high half of register");