Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arc/lib/
H A Dlibgcc2.h11 #define BITS_PER_UNIT 8 /* for ARC */ macro
13 #define W_TYPE_SIZE (4 * BITS_PER_UNIT)
54 #define W_TYPE_SIZE (8 * BITS_PER_UNIT)
69 #define W_TYPE_SIZE (4 * BITS_PER_UNIT)
84 #define W_TYPE_SIZE (2 * BITS_PER_UNIT)
99 #define W_TYPE_SIZE BITS_PER_UNIT
/rk3399_rockchip-uboot/arch/m68k/lib/
H A Dlshrdi3.c10 #define BITS_PER_UNIT 8 macro
36 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
H A Dashldi3.c10 #define BITS_PER_UNIT 8 macro
36 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlibgcc.c33 #define BITS_PER_UNIT 8 macro
58 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3()
84 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3()
90 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); in __ashrdi3()
111 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __lshrdi3()
/rk3399_rockchip-uboot/arch/microblaze/lib/
H A Dmuldi3.c15 #define BITS_PER_UNIT 8 macro