Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore-conv.h70 #define CONST_HIGH_PART(VALUE) \ macro
73 #define CONST_LOW_PART(VALUE) ((VALUE) - CONST_HIGH_PART (VALUE))
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.h1692 #define CONST_HIGH_PART(VALUE) \ macro
1696 ((VALUE) - CONST_HIGH_PART (VALUE))
H A Dmips.c1982 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()