UWtype 16 arch/h8300/lib/ashldi3.c w.s.high = (UWtype) uu.s.low << -bm; UWtype 18 arch/h8300/lib/ashldi3.c const UWtype carries = (UWtype) uu.s.low >> bm; UWtype 20 arch/h8300/lib/ashldi3.c w.s.low = (UWtype) uu.s.low << b; UWtype 21 arch/h8300/lib/ashldi3.c w.s.high = ((UWtype) uu.s.high << b) | carries; UWtype 18 arch/h8300/lib/ashrdi3.c const UWtype carries = (UWtype) uu.s.high << bm; UWtype 21 arch/h8300/lib/ashrdi3.c w.s.low = ((UWtype) uu.s.low >> b) | carries; UWtype 15 arch/h8300/lib/lshrdi3.c w.s.low = (UWtype) uu.s.high >> -bm; UWtype 17 arch/h8300/lib/lshrdi3.c const UWtype carries = (UWtype) uu.s.high << bm; UWtype 19 arch/h8300/lib/lshrdi3.c w.s.high = (UWtype) uu.s.high >> b; UWtype 20 arch/h8300/lib/lshrdi3.c w.s.low = ((UWtype) uu.s.low >> b) | carries; UWtype 4 arch/h8300/lib/muldi3.c #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) UWtype 5 arch/h8300/lib/muldi3.c #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) UWtype 6 arch/h8300/lib/muldi3.c #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) UWtype 10 arch/h8300/lib/muldi3.c UWtype __x0, __x1, __x2, __x3; \ UWtype 16 arch/h8300/lib/muldi3.c __x0 = (UWtype) __ul * __vl; \ UWtype 17 arch/h8300/lib/muldi3.c __x1 = (UWtype) __ul * __vh; \ UWtype 18 arch/h8300/lib/muldi3.c __x2 = (UWtype) __uh * __vl; \ UWtype 19 arch/h8300/lib/muldi3.c __x3 = (UWtype) __uh * __vh; \ UWtype 41 arch/h8300/lib/muldi3.c w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high UWtype 42 arch/h8300/lib/muldi3.c + (UWtype) uu.s.high * (UWtype) vv.s.low); UWtype 9 arch/h8300/lib/ucmpdi2.c if ((UWtype) au.s.high < (UWtype) bu.s.high) UWtype 11 arch/h8300/lib/ucmpdi2.c else if ((UWtype) au.s.high > (UWtype) bu.s.high) UWtype 13 arch/h8300/lib/ucmpdi2.c if ((UWtype) au.s.low < (UWtype) bu.s.low) UWtype 15 arch/h8300/lib/ucmpdi2.c else if ((UWtype) au.s.low > (UWtype) bu.s.low) UWtype 11 arch/nds32/include/asm/sfp-machine.h #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) UWtype 12 arch/nds32/include/asm/sfp-machine.h #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) UWtype 13 arch/nds32/include/asm/sfp-machine.h #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) UWtype 90 arch/nds32/include/asm/sfp-machine.h UWtype __x0, __x1, __x2, __x3; \ UWtype 98 arch/nds32/include/asm/sfp-machine.h __x0 = (UWtype) __ul * __vl; \ UWtype 99 arch/nds32/include/asm/sfp-machine.h __x1 = (UWtype) __ul * __vh; \ UWtype 100 arch/nds32/include/asm/sfp-machine.h __x2 = (UWtype) __uh * __vl; \ UWtype 101 arch/nds32/include/asm/sfp-machine.h __x3 = (UWtype) __uh * __vh; \ UWtype 114 arch/nds32/include/asm/sfp-machine.h UWtype __x; \ UWtype 122 arch/nds32/include/asm/sfp-machine.h UWtype __x; \ UWtype 130 arch/nds32/include/asm/sfp-machine.h UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \ UWtype 136 arch/nds32/include/asm/sfp-machine.h __m = (UWtype) __q1 * __d0; \ UWtype 147 arch/nds32/include/asm/sfp-machine.h __m = (UWtype) __q0 * __d0; \ UWtype 156 arch/nds32/include/asm/sfp-machine.h (q) = (UWtype) __q1 * __ll_B | __q0; \ UWtype 36 arch/powerpc/include/asm/sfp-machine.h #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) UWtype 37 arch/powerpc/include/asm/sfp-machine.h #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) UWtype 38 arch/powerpc/include/asm/sfp-machine.h #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) UWtype 282 arch/powerpc/include/asm/sfp-machine.h UWtype __d1, __d0, __q1, __q0; \ UWtype 283 arch/powerpc/include/asm/sfp-machine.h UWtype __r1, __r0, __m; \ UWtype 289 arch/powerpc/include/asm/sfp-machine.h __m = (UWtype) __q1 * __d0; \ UWtype 302 arch/powerpc/include/asm/sfp-machine.h __m = (UWtype) __q0 * __d0; \ UWtype 313 arch/powerpc/include/asm/sfp-machine.h (q) = (UWtype) __q1 * __ll_B | __q0; \ UWtype 8 arch/sh/math-emu/sfp-util.h UWtype __x; \ UWtype 16 arch/sh/math-emu/sfp-util.h UWtype __x; \ UWtype 28 arch/sh/math-emu/sfp-util.h #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) UWtype 29 arch/sh/math-emu/sfp-util.h #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) UWtype 30 arch/sh/math-emu/sfp-util.h #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) UWtype 34 arch/sh/math-emu/sfp-util.h UWtype __d1, __d0, __q1, __q0; \ UWtype 35 arch/sh/math-emu/sfp-util.h UWtype __r1, __r0, __m; \ UWtype 41 arch/sh/math-emu/sfp-util.h __m = (UWtype) __q1 * __d0; \ UWtype 54 arch/sh/math-emu/sfp-util.h __m = (UWtype) __q0 * __d0; \ UWtype 65 arch/sh/math-emu/sfp-util.h (q) = (UWtype) __q1 * __ll_B | __q0; \ UWtype 78 arch/sparc/math-emu/sfp-util_64.h UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \ UWtype 84 arch/sparc/math-emu/sfp-util_64.h __m = (UWtype) __q1 * __d0; \ UWtype 97 arch/sparc/math-emu/sfp-util_64.h __m = (UWtype) __q0 * __d0; \ UWtype 108 arch/sparc/math-emu/sfp-util_64.h (q) = (UWtype) (__q1 << 32) | __q0; \ UWtype 157 include/math-emu/op-2.h UWtype _t = xl; \ UWtype 343 include/math-emu/op-4.h UWtype _t; \ UWtype 582 include/math-emu/op-4.h UWtype _t0, _t1, _t2; \ UWtype 591 include/math-emu/op-4.h UWtype _t0, _t1, _t2, _t3; \ UWtype 600 include/math-emu/op-4.h UWtype _t; \ UWtype 39 lib/mpi/longlong.h #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) UWtype 40 lib/mpi/longlong.h #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) UWtype 41 lib/mpi/longlong.h #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) UWtype 1235 lib/mpi/longlong.h ph = (UWtype) (__ll >> W_TYPE_SIZE); \ UWtype 1236 lib/mpi/longlong.h pl = (UWtype) __ll; \ UWtype 1242 lib/mpi/longlong.h ({UWtype __hi, __lo; \ UWtype 1252 lib/mpi/longlong.h UWtype __x; \ UWtype 1262 lib/mpi/longlong.h UWtype __x; \ UWtype 1272 lib/mpi/longlong.h UWtype __x0, __x1, __x2, __x3; \ UWtype 1274 lib/mpi/longlong.h UWtype __u = (u), __v = (v); \ UWtype 1281 lib/mpi/longlong.h __x0 = (UWtype) __ul * __vl; \ UWtype 1282 lib/mpi/longlong.h __x1 = (UWtype) __ul * __vh; \ UWtype 1283 lib/mpi/longlong.h __x2 = (UWtype) __uh * __vl; \ UWtype 1284 lib/mpi/longlong.h __x3 = (UWtype) __uh * __vh; \ UWtype 1299 lib/mpi/longlong.h UWtype __w1; \ UWtype 1300 lib/mpi/longlong.h UWtype __m0 = (u), __m1 = (v); \ UWtype 1310 lib/mpi/longlong.h UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \ UWtype 1316 lib/mpi/longlong.h __m = (UWtype) __q1 * __d0; \ UWtype 1328 lib/mpi/longlong.h __m = (UWtype) __q0 * __d0; \ UWtype 1338 lib/mpi/longlong.h (q) = (UWtype) __q1 * __ll_B | __q0; \ UWtype 1347 lib/mpi/longlong.h UWtype __r; \