Searched refs:BITS_PER_UNIT (Results 1 – 8 of 8) sorted by relevance
21 #define BITS_PER_UNIT 8 macro48 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 macro48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
21 #define BITS_PER_UNIT 8 macro48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
22 #define BITS_PER_UNIT 8 macro
4 #define BITS_PER_UNIT 8 macro5 #define SI_TYPE_SIZE (sizeof (SItype) * BITS_PER_UNIT)
46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashrdi3()50 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()