Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/mips/
H A Dconstraints.md102 (match_test "LUI_OPERAND (ival)")))
110 (match_test "!LUI_OPERAND (ival)")))
H A Dmips.h1685 #define LUI_OPERAND(VALUE) \ macro
1700 #define LUI_INT(X) LUI_OPERAND (INTVAL (X))
H A Dmips.c2176 if (!LUI_OPERAND (high) && (value & 0x18000) == 0x18000) in mips_build_lower()
2206 || LUI_OPERAND (value)) in mips_build_integer()
2213 else if ((value & 1) != 0 || LUI_OPERAND (CONST_HIGH_PART (value))) in mips_build_integer()