Searched refs:BITS_PER_UNIT (Results 1 – 9 of 9) sorted by relevance
16 #define BITS_PER_UNIT 8 macro43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashrdi3()47 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
16 #define BITS_PER_UNIT 8 macro43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
16 #define BITS_PER_UNIT 8 macro43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
21 #define BITS_PER_UNIT 8 macro49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __ashrdi3()52 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
21 #define BITS_PER_UNIT 8 macro49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
7 #define BITS_PER_UNIT 8 macro8 #define SI_TYPE_SIZE (sizeof (SItype) * BITS_PER_UNIT)
24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __ashrdi3()27 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __ashldi3()
24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __lshrdi3()