Searched refs:CONST_HIGH_PART (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1729 #define CONST_HIGH_PART(VALUE) \
1733 ((VALUE) - CONST_HIGH_PART (VALUE))
1721 #define CONST_HIGH_PART macro
H A Dmips.c2016 high = GEN_INT (CONST_HIGH_PART (offset));
2217 i = mips_build_integer (codes, CONST_HIGH_PART (value));
2247 else if ((value & 1) != 0 || LUI_OPERAND (CONST_HIGH_PART (value)))

Completed in 148 milliseconds