Home
last modified time | relevance | path

Searched refs:__ll_B (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/nios2/lib/
Dlonglong.h22 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro
23 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
143 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
146 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \
168 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
181 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
191 (q) = (UWtype) __q1 * __ll_B | __q0; \
/external/u-boot/arch/microblaze/lib/
Dmuldi3.c11 #define __ll_B (1L << (SI_TYPE_SIZE / 2)) macro
12 #define __ll_lowpart(t) ((USItype) (t) % __ll_B)
13 #define __ll_highpart(t) ((USItype) (t) / __ll_B)
35 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
38 (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\
/external/u-boot/arch/m68k/lib/
Dmuldi3.c11 #define __ll_B (1L << (SI_TYPE_SIZE / 2)) macro
12 #define __ll_lowpart(t) ((USItype) (t) % __ll_B)
13 #define __ll_highpart(t) ((USItype) (t) / __ll_B)
33 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
36 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \