| /OK3568_Linux_fs/u-boot/arch/nios2/lib/ |
| H A D | longlong.h | 23 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) 24 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) 25 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) 29 #define UWtype USItype macro 94 UWtype __x; \ 104 UWtype __x; \ 116 UWtype __w1; \ 117 UWtype __xm0 = (u), __xm1 = (v); \ 128 UWtype __x0, __x1, __x2, __x3; \ 136 __x0 = (UWtype) __ul * __vl; \ [all …]
|
| H A D | libgcc.c | 7 typedef unsigned int UWtype; typedef 64 w.s.high = (UWtype) uu.s.low << -bm; in __ashldi3() 68 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() 70 w.s.low = (UWtype) uu.s.low << b; in __ashldi3() 71 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3() 95 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() 98 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3() 117 w.s.low = (UWtype) uu.s.high >> -bm; in __lshrdi3() 121 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3() 123 w.s.high = (UWtype) uu.s.high >> b; in __lshrdi3() [all …]
|
| /OK3568_Linux_fs/kernel/arch/h8300/lib/ |
| H A D | muldi3.c | 4 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) 5 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) 6 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) 10 UWtype __x0, __x1, __x2, __x3; \ 16 __x0 = (UWtype) __ul * __vl; \ 17 __x1 = (UWtype) __ul * __vh; \ 18 __x2 = (UWtype) __uh * __vl; \ 19 __x3 = (UWtype) __uh * __vh; \ 41 w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high in __muldi3() 42 + (UWtype) uu.s.high * (UWtype) vv.s.low); in __muldi3()
|
| H A D | ucmpdi2.c | 9 if ((UWtype) au.s.high < (UWtype) bu.s.high) in __ucmpdi2() 11 else if ((UWtype) au.s.high > (UWtype) bu.s.high) in __ucmpdi2() 13 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __ucmpdi2() 15 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __ucmpdi2()
|
| H A D | ashldi3.c | 16 w.s.high = (UWtype) uu.s.low << -bm; in __ashldi3() 18 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() 20 w.s.low = (UWtype) uu.s.low << b; in __ashldi3() 21 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()
|
| H A D | lshrdi3.c | 15 w.s.low = (UWtype) uu.s.high >> -bm; in __lshrdi3() 17 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3() 19 w.s.high = (UWtype) uu.s.high >> b; in __lshrdi3() 20 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __lshrdi3()
|
| H A D | ashrdi3.c | 18 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() 21 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3()
|
| H A D | libgcc.h | 51 #define UWtype USItype macro 56 #define UWtype USItype macro 58 #define UWtype USItype macro
|
| /OK3568_Linux_fs/u-boot/arch/arc/lib/ |
| H A D | libgcc2.c | 21 w.s.high = (UWtype)uu.s.low << -bm; in __ashldi3() 23 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() 25 w.s.low = (UWtype)uu.s.low << b; in __ashldi3() 26 w.s.high = ((UWtype)uu.s.high << b) | carries; in __ashldi3() 47 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() 50 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __ashrdi3() 68 w.s.low = (UWtype)uu.s.high >> -bm; in __lshrdi3() 70 const UWtype carries = (UWtype)uu.s.high << bm; in __lshrdi3() 72 w.s.high = (UWtype)uu.s.high >> b; in __lshrdi3() 73 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __lshrdi3()
|
| H A D | libgcc2.h | 56 #define UWtype UDItype macro 71 #define UWtype USItype macro 86 #define UWtype UHItype macro 101 #define UWtype UQItype macro
|
| /OK3568_Linux_fs/kernel/arch/sh/math-emu/ |
| H A D | sfp-util.h | 8 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; \
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | sfp-machine.h | 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)) 90 UWtype __x0, __x1, __x2, __x3; \ 98 __x0 = (UWtype) __ul * __vl; \ 99 __x1 = (UWtype) __ul * __vh; \ 100 __x2 = (UWtype) __uh * __vl; \ 101 __x3 = (UWtype) __uh * __vh; \ 114 UWtype __x; \ 122 UWtype __x; \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | sfp-machine.h | 36 #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; \
|
| /OK3568_Linux_fs/kernel/arch/sparc/math-emu/ |
| H A D | sfp-util_64.h | 78 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \ 84 __m = (UWtype) __q1 * __d0; \ 97 __m = (UWtype) __q0 * __d0; \ 108 (q) = (UWtype) (__q1 << 32) | __q0; \
|
| /OK3568_Linux_fs/kernel/lib/mpi/ |
| H A D | longlong.h | 39 #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 D | mpi-internal.h | 214 typedef mpi_limb_t UWtype; typedef
|
| /OK3568_Linux_fs/kernel/include/math-emu/ |
| H A D | soft-fp.h | 190 #define UWtype _FP_W_TYPE macro
|
| H A D | op-4.h | 343 UWtype _t; \ 582 UWtype _t0, _t1, _t2; \ 591 UWtype _t0, _t1, _t2, _t3; \ 600 UWtype _t; \
|
| H A D | op-2.h | 157 UWtype _t = xl; \
|