Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/
Dpredicates.md26 if (GET_CODE (op) == CONST_INT && SMALL_INT_UNSIGNED (op))
144 && SMALL_INT_UNSIGNED (plus1) /* No negative offsets. */)
149 && SMALL_INT_UNSIGNED (plus1) /* No negative offsets. */)
Diq2000.h636 #define SMALL_INT_UNSIGNED(X) ((unsigned HOST_WIDE_INT) (INTVAL (X)) < 0x10000) macro
Diq2000.cc365 && SMALL_INT_UNSIGNED (xplus1) /* No negative offsets */) in iq2000_legitimate_address_p()
678 if (SMALL_INT_UNSIGNED (op1)) in iq2000_move_1word()
Diq2000.md728 && ! SMALL_INT_UNSIGNED (operands[1]))
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dpredicates.md382 return !LUI_INT (op) && !SMALL_INT (op) && !SMALL_INT_UNSIGNED (op);
Dmips.h2320 #define SMALL_INT_UNSIGNED(X) SMALL_OPERAND_UNSIGNED (INTVAL (X)) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200324680 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.