Home
last modified time | relevance | path

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

/arch/m68k/lib/
Dashrdi3.c19 #define BITS_PER_UNIT 8 macro
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()
Dashldi3.c19 #define BITS_PER_UNIT 8 macro
46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
Dlshrdi3.c19 #define BITS_PER_UNIT 8 macro
46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
/arch/mn10300/lib/
Dashrdi3.c21 #define BITS_PER_UNIT 8 macro
49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __ashrdi3()
52 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
Dlshrdi3.c21 #define BITS_PER_UNIT 8 macro
49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
/arch/blackfin/lib/
Dgcclib.h7 #define BITS_PER_UNIT 8 macro
8 #define SI_TYPE_SIZE (sizeof (SItype) * BITS_PER_UNIT)
Dashrdi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __ashrdi3()
27 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
Dlshrdi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
Dashldi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __ashldi3()
/arch/h8300/lib/
Dashrdi3.c7 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3()
15 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); in __ashrdi3()
Dlibgcc.h59 #define W_TYPE_SIZE (4 * BITS_PER_UNIT)
60 #define BITS_PER_UNIT (8) macro
Dlshrdi3.c7 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __lshrdi3()
Dashldi3.c8 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3()