Searched refs:QUAD_BITS (Results 1 – 9 of 9) sorted by relevance
49 aa.ul[H] = shift >= QUAD_BITS ? 0 : in __ashldi3()
49 aa.ul[H] = shift >= QUAD_BITS ? 0 : in __lshldi3()
48 aa.ul[L] = shift >= QUAD_BITS ? 0 : in __lshrdi3()
58 aa.ul[L] = shift >= QUAD_BITS ? s : in __ashrdi3()
77 #define QUAD_BITS (sizeof(quad_t) * CHAR_BIT) macro
49 aa.ul[L] = shift >= QUAD_BITS ? 0 : in __lshrdi3()
59 aa.ul[L] = shift >= QUAD_BITS ? s : in __ashrdi3()
50 aa.ul[H] = shift >= QUAD_BITS ? 0 : in __ashldi3()
81 #define QUAD_BITS (sizeof(quad_t) * CHAR_BIT) macro