Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/arm/lib/
Dlonglong.h28 #define __ll_B (1L << (SI_TYPE_SIZE / 2)) macro
29 #define __ll_lowpart(t) ((USItype) (t) % __ll_B)
30 #define __ll_highpart(t) ((USItype) (t) / __ll_B)
134 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
147 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
157 (q) = (USItype) __q1 * __ll_B | __q0; \
/linux-2.4.37.9/arch/ppc/math-emu/
Dsfp-machine.h36 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro
37 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
324 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
337 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
347 (q) = (UWtype) __q1 * __ll_B | __q0; \