Home
last modified time | relevance | path

Searched refs:INT_5_BITS (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/gcc/config/pa/
H A Dpa.h1322 #define INT_5_BITS(X) VAL_5_BITS_P (INTVAL (X)) macro
1403 || INT_5_BITS (index))) \
1462 && INT_5_BITS (X))) \
H A Dpredicates.md404 return ((GET_CODE (op) == CONST_INT && INT_5_BITS (op))
414 return (GET_CODE (op) == CONST_INT && INT_5_BITS (op));
H A Dpa.md7366 if (!INT_5_BITS (operands[2]))
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.h1374 #define INT_5_BITS(X) VAL_5_BITS_P (INTVAL (X)) macro
1431 || INT_5_BITS (index))) \
1473 && INT_5_BITS (X))) \
H A Dpa.c671 return ((GET_CODE (op) == CONST_INT && INT_5_BITS (op))
692 return (GET_CODE (op) == CONST_INT && INT_5_BITS (op));
H A Dpa.md5811 if (!INT_5_BITS (operands[2]))