Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/nios2/lib/
H A Dlonglong.h22 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
23 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
24 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
28 #define UWtype USItype macro
93 UWtype __x; \
103 UWtype __x; \
115 UWtype __w1; \
116 UWtype __xm0 = (u), __xm1 = (v); \
127 UWtype __x0, __x1, __x2, __x3; \
135 __x0 = (UWtype) __ul * __vl; \
[all …]
H A Dlibgcc.c6 typedef unsigned int UWtype; typedef
63 w.s.high = (UWtype) uu.s.low << -bm; in __ashldi3()
67 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3()
69 w.s.low = (UWtype) uu.s.low << b; in __ashldi3()
70 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()
94 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3()
97 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3()
116 w.s.low = (UWtype) uu.s.high >> -bm; in __lshrdi3()
120 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3()
122 w.s.high = (UWtype) uu.s.high >> b; in __lshrdi3()
[all …]
/openbmc/u-boot/arch/arc/lib/
H A Dlibgcc2.c20 w.s.high = (UWtype)uu.s.low << -bm; in __ashldi3()
22 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3()
24 w.s.low = (UWtype)uu.s.low << b; in __ashldi3()
25 w.s.high = ((UWtype)uu.s.high << b) | carries; in __ashldi3()
46 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3()
49 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __ashrdi3()
67 w.s.low = (UWtype)uu.s.high >> -bm; in __lshrdi3()
69 const UWtype carries = (UWtype)uu.s.high << bm; in __lshrdi3()
71 w.s.high = (UWtype)uu.s.high >> b; in __lshrdi3()
72 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __lshrdi3()
H A Dlibgcc2.h55 #define UWtype UDItype macro
70 #define UWtype USItype macro
85 #define UWtype UHItype macro
100 #define UWtype UQItype macro
/openbmc/linux/arch/sh/math-emu/
H A Dsfp-util.h8 UWtype __x; \
16 UWtype __x; \
28 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
29 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
30 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
34 UWtype __d1, __d0, __q1, __q0; \
35 UWtype __r1, __r0, __m; \
41 __m = (UWtype) __q1 * __d0; \
54 __m = (UWtype) __q0 * __d0; \
65 (q) = (UWtype) __q1 * __ll_B | __q0; \
/openbmc/linux/arch/powerpc/include/asm/
H A 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))
282 UWtype __d1, __d0, __q1, __q0; \
283 UWtype __r1, __r0, __m; \
289 __m = (UWtype) __q1 * __d0; \
302 __m = (UWtype) __q0 * __d0; \
313 (q) = (UWtype) __q1 * __ll_B | __q0; \
/openbmc/linux/arch/sparc/math-emu/
H A Dsfp-util_64.h78 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
84 __m = (UWtype) __q1 * __d0; \
97 __m = (UWtype) __q0 * __d0; \
108 (q) = (UWtype) (__q1 << 32) | __q0; \
/openbmc/linux/lib/crypto/mpi/
H A Dlonglong.h39 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
40 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
1235 ph = (UWtype) (__ll >> W_TYPE_SIZE); \
1236 pl = (UWtype) __ll; \
1242 ({UWtype __hi, __lo; \
1252 UWtype __x; \
1262 UWtype __x; \
1272 UWtype __x0, __x1, __x2, __x3; \
1274 UWtype __u = (u), __v = (v); \
[all …]
H A Dmpi-internal.h214 typedef mpi_limb_t UWtype; typedef
/openbmc/linux/include/math-emu/
H A Dsoft-fp.h190 #define UWtype _FP_W_TYPE macro
H A Dop-4.h343 UWtype _t; \
582 UWtype _t0, _t1, _t2; \
591 UWtype _t0, _t1, _t2, _t3; \
600 UWtype _t; \
H A Dop-2.h157 UWtype _t = xl; \