Home
last modified time | relevance | path

Searched refs:UWtype (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/microblaze/lib/
Dmuldi3.c6 #define UWtype unsigned long macro
11 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
12 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
13 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
19 UWtype __x0, __x1, __x2, __x3; \
27 __x0 = (UWtype) __ul * __vl; \
28 __x1 = (UWtype) __ul * __vh; \
29 __x2 = (UWtype) __uh * __vl; \
30 __x3 = (UWtype) __uh * __vh; \
56 w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high in __muldi3()
[all …]
/linux-2.6.39/arch/sh/math-emu/
Dsfp-util.h7 UWtype __x; \
15 UWtype __x; \
27 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
28 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
29 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
33 UWtype __d1, __d0, __q1, __q0; \
34 UWtype __r1, __r0, __m; \
40 __m = (UWtype) __q1 * __d0; \
53 __m = (UWtype) __q0 * __d0; \
64 (q) = (UWtype) __q1 * __ll_B | __q0; \
/linux-2.6.39/arch/sparc/math-emu/
Dsfp-util_64.h77 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
83 __m = (UWtype) __q1 * __d0; \
96 __m = (UWtype) __q0 * __d0; \
107 (q) = (UWtype) (__q1 << 32) | __q0; \
/linux-2.6.39/arch/powerpc/include/asm/
Dsfp-machine.h36 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
37 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
38 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
317 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
323 __m = (UWtype) __q1 * __d0; \
336 __m = (UWtype) __q0 * __d0; \
347 (q) = (UWtype) __q1 * __ll_B | __q0; \
/linux-2.6.39/include/math-emu/
Dsoft-fp.h190 #define UWtype _FP_W_TYPE macro
Dop-4.h343 UWtype _t; \
582 UWtype _t0, _t1, _t2; \
591 UWtype _t0, _t1, _t2, _t3; \
600 UWtype _t; \
Dop-2.h162 UWtype _t = xl; \