Home
last modified time | relevance | path

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

/external/u-boot/arch/arc/lib/
Dlibgcc2.h10 #define BITS_PER_UNIT 8 /* for ARC */ macro
12 #define W_TYPE_SIZE (4 * BITS_PER_UNIT)
53 #define W_TYPE_SIZE (8 * BITS_PER_UNIT)
68 #define W_TYPE_SIZE (4 * BITS_PER_UNIT)
83 #define W_TYPE_SIZE (2 * BITS_PER_UNIT)
98 #define W_TYPE_SIZE BITS_PER_UNIT
/external/u-boot/arch/m68k/lib/
Dlshrdi3.c9 #define BITS_PER_UNIT 8 macro
35 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
Dashldi3.c9 #define BITS_PER_UNIT 8 macro
35 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
/external/u-boot/arch/nios2/lib/
Dlibgcc.c32 #define BITS_PER_UNIT 8 macro
57 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3()
83 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3()
89 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); in __ashrdi3()
110 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __lshrdi3()
/external/u-boot/arch/microblaze/lib/
Dmuldi3.c14 #define BITS_PER_UNIT 8 macro