Home
last modified time | relevance | path

Searched refs:BITS_PER_UNIT (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/arch/m68k/lib/
Dashrdi3.c21 #define BITS_PER_UNIT 8 macro
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashrdi3()
52 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
Dashldi3.c21 #define BITS_PER_UNIT 8 macro
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
Dlshrdi3.c21 #define BITS_PER_UNIT 8 macro
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
Dmuldi3.c22 #define BITS_PER_UNIT 8 macro
/linux-2.4.37.9/arch/arm/lib/
Dgcclib.h4 #define BITS_PER_UNIT 8 macro
5 #define SI_TYPE_SIZE (sizeof (SItype) * BITS_PER_UNIT)
Dashrdi3.c46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashrdi3()
50 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
Dlshrdi3.c46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
Dashldi3.c46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()