Home
last modified time | relevance | path

Searched refs:SMALL_INT_UNSIGNED (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/gcc/gcc/config/iq2000/
H A Dpredicates.md27 if (GET_CODE (op) == CONST_INT && SMALL_INT_UNSIGNED (op))
137 && SMALL_INT_UNSIGNED (plus1) /* No negative offsets. */)
142 && SMALL_INT_UNSIGNED (plus1) /* No negative offsets. */)
H A Diq2000.h923 #define SMALL_INT_UNSIGNED(X) ((unsigned HOST_WIDE_INT) (INTVAL (X)) < 0x10000) macro
H A Diq2000.c308 && SMALL_INT_UNSIGNED (xplus1) /* No negative offsets */) in iq2000_legitimate_address_p()
622 if (SMALL_INT_UNSIGNED (op1)) in iq2000_move_1word()
H A Diq2000.md718 && ! SMALL_INT_UNSIGNED (operands[1]))
/openbsd/gnu/gcc/gcc/config/mt/
H A Dmt.h369 #define SMALL_INT_UNSIGNED(X) ((unsigned HOST_WIDE_INT) (INTVAL (X)) < 0x10000) macro
H A Dmt.c709 if (GET_CODE (op) == CONST_INT && SMALL_INT_UNSIGNED (op)) in uns_arith_operand()
/openbsd/gnu/gcc/gcc/config/mips/
H A Dpredicates.md155 return !LUI_INT (op) && !SMALL_INT (op) && !SMALL_INT_UNSIGNED (op);
H A Dmips.h1699 #define SMALL_INT_UNSIGNED(X) SMALL_OPERAND_UNSIGNED (INTVAL (X)) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.h2258 #define SMALL_INT_UNSIGNED(X) ((unsigned HOST_WIDE_INT) (INTVAL (X)) < 0x10000) macro
H A Dmips.c680 if (GET_CODE (op) == CONST_INT && SMALL_INT_UNSIGNED (op))
H A Dmips.md5751 || SMALL_INT_UNSIGNED (operands[1]))))"