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

/freebsd-10.1-release/contrib/gcc/
H A Dfold-const.c161 number. The value of the word is LOWPART + HIGHPART * BASE. */
165 #define HIGHPART(x) \
177 words[1] = HIGHPART (low);
179 words[3] = HIGHPART (hi);
385 carry = HIGHPART (carry);
698 carry = HIGHPART (work);
707 carry = HIGHPART (work);
744 carry = HIGHPART (work);
747 carry += HIGHPART (work) != 0;
759 carry = HIGHPART (wor
164 #define HIGHPART macro
[all...]

Completed in 61 milliseconds