Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.h1721 #define CONST_HIGH_PART(VALUE) \ macro
1725 ((VALUE) - CONST_HIGH_PART (VALUE))
H A Dmips.c2010 high = GEN_INT (CONST_HIGH_PART (offset)); in mips_add_offset()
2211 i = mips_build_integer (codes, CONST_HIGH_PART (value)); in mips_build_lower()
2241 else if ((value & 1) != 0 || LUI_OPERAND (CONST_HIGH_PART (value))) in mips_build_integer()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200324679 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.