Searched refs:CONST_HIGH_PART (Results 1 – 3 of 3) sorted by relevance
70 #define CONST_HIGH_PART(VALUE) \ macro73 #define CONST_LOW_PART(VALUE) ((VALUE) - CONST_HIGH_PART (VALUE))
1692 #define CONST_HIGH_PART(VALUE) \ macro1696 ((VALUE) - CONST_HIGH_PART (VALUE))
1982 high = GEN_INT (CONST_HIGH_PART (offset)); in mips_add_offset()2183 i = mips_build_integer (codes, CONST_HIGH_PART (value)); in mips_build_lower()2213 else if ((value & 1) != 0 || LUI_OPERAND (CONST_HIGH_PART (value))) in mips_build_integer()