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

/linux-4.4.14/arch/h8300/lib/
H A Dashrdi3.c6 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; __ashrdi3()
14 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); __ashrdi3()
H A Dashldi3.c7 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; __ashldi3()
H A Dlshrdi3.c6 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; __lshrdi3()
H A Dlibgcc.h58 #define W_TYPE_SIZE (4 * BITS_PER_UNIT)
59 #define BITS_PER_UNIT (8) macro
/linux-4.4.14/arch/blackfin/lib/
H A Dashrdi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; __ashrdi3()
27 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); __ashrdi3()
H A Dgcclib.h7 #define BITS_PER_UNIT 8 macro
8 #define SI_TYPE_SIZE (sizeof (SItype) * BITS_PER_UNIT)
H A Dashldi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; __ashldi3()
H A Dlshrdi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; __lshrdi3()
/linux-4.4.14/arch/m68k/lib/
H A Dashrdi3.c16 #define BITS_PER_UNIT 8 macro
43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; __ashrdi3()
47 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); __ashrdi3()
H A Dashldi3.c16 #define BITS_PER_UNIT 8 macro
43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; __ashldi3()
H A Dlshrdi3.c16 #define BITS_PER_UNIT 8 macro
43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; __lshrdi3()
/linux-4.4.14/arch/mn10300/lib/
H A Dashrdi3.c21 #define BITS_PER_UNIT 8 macro
49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; __ashrdi3()
52 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); __ashrdi3()
H A Dlshrdi3.c21 #define BITS_PER_UNIT 8 macro
49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; __lshrdi3()

Completed in 642 milliseconds