Home
last modified time | relevance | path

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

/trueos/contrib/gcc/config/mips/
HDmips.h1718 #define CONST_HIGH_PART(VALUE) \ macro
1722 ((VALUE) - CONST_HIGH_PART (VALUE))
HDmips.c2009 high = GEN_INT (CONST_HIGH_PART (offset)); in mips_add_offset()
2210 i = mips_build_integer (codes, CONST_HIGH_PART (value)); in mips_build_lower()
2240 else if ((value & 1) != 0 || LUI_OPERAND (CONST_HIGH_PART (value))) in mips_build_integer()
/trueos/contrib/gcc/
HDChangeLog-200324679 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.