Home
last modified time | relevance | path

Searched refs:SMALL_OPERAND_UNSIGNED (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/mips/
Dconstraints.md96 (match_test "SMALL_OPERAND_UNSIGNED (ival)")))
109 (match_test "!SMALL_OPERAND_UNSIGNED (ival)")
Dmips.h1709 #define SMALL_OPERAND_UNSIGNED(VALUE) \ macro
1728 #define SMALL_INT_UNSIGNED(X) SMALL_OPERAND_UNSIGNED (INTVAL (X))
Dpredicates.md23 (match_test "SMALL_OPERAND_UNSIGNED (INTVAL (op))")))
Dmips.c1830 : SMALL_OPERAND_UNSIGNED (INTVAL (x)) ? 2 in mips_const_insns()
1832 : SMALL_OPERAND_UNSIGNED (-INTVAL (x)) ? 3 in mips_const_insns()
2233 || SMALL_OPERAND_UNSIGNED (value) in mips_build_integer()
/freebsd-12-stable/contrib/gcc/
DChangeLog-200324678 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,