Home
last modified time | relevance | path

Searched refs:LUI_OPERAND (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/mips/
Dconstraints.md102 (match_test "LUI_OPERAND (ival)")))
110 (match_test "!LUI_OPERAND (ival)")))
Dmips.h1714 #define LUI_OPERAND(VALUE) \ macro
1729 #define LUI_INT(X) LUI_OPERAND (INTVAL (X))
Dmips.c2204 if (!LUI_OPERAND (high) && (value & 0x18000) == 0x18000) in mips_build_lower()
2234 || LUI_OPERAND (value)) in mips_build_integer()
2241 else if ((value & 1) != 0 || LUI_OPERAND (CONST_HIGH_PART (value))) in mips_build_integer()
/freebsd-12-stable/contrib/gcc/
DChangeLog-200324678 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,