Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/include/
H A Dlonglong.h46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1086 __uh = __ll_highpart (u); \
1088 __vh = __ll_highpart (v); \
1095 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1100 (w1) = __x3 + __ll_highpart (__x1); \
1654 __uh = __ll_highpart (u); \
1656 __vh = __ll_highpart (v); \
1663 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1668 (w1) = __x3 + __ll_highpart (__x1); \
1685 __d1 = __ll_highpart (d); \
[all …]
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dlonglong.h46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1086 __uh = __ll_highpart (u); \
1088 __vh = __ll_highpart (v); \
1095 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1100 (w1) = __x3 + __ll_highpart (__x1); \
1654 __uh = __ll_highpart (u); \
1656 __vh = __ll_highpart (v); \
1663 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1668 (w1) = __x3 + __ll_highpart (__x1); \
1685 __d1 = __ll_highpart (d); \
[all …]
/netbsd/external/gpl3/binutils/dist/include/
H A Dlonglong.h46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1086 __uh = __ll_highpart (u); \
1088 __vh = __ll_highpart (v); \
1095 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1100 (w1) = __x3 + __ll_highpart (__x1); \
1654 __uh = __ll_highpart (u); \
1656 __vh = __ll_highpart (v); \
1663 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1668 (w1) = __x3 + __ll_highpart (__x1); \
1685 __d1 = __ll_highpart (d); \
[all …]
/netbsd/external/gpl3/gcc.old/dist/include/
H A Dlonglong.h46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1086 __uh = __ll_highpart (u); \
1088 __vh = __ll_highpart (v); \
1095 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1100 (w1) = __x3 + __ll_highpart (__x1); \
1654 __uh = __ll_highpart (u); \
1656 __vh = __ll_highpart (v); \
1663 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1668 (w1) = __x3 + __ll_highpart (__x1); \
1685 __d1 = __ll_highpart (d); \
[all …]
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dlonglong.h46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1086 __uh = __ll_highpart (u); \
1088 __vh = __ll_highpart (v); \
1095 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1100 (w1) = __x3 + __ll_highpart (__x1); \
1654 __uh = __ll_highpart (u); \
1656 __vh = __ll_highpart (v); \
1663 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1668 (w1) = __x3 + __ll_highpart (__x1); \
1685 __d1 = __ll_highpart (d); \
[all …]
/netbsd/external/gpl3/gcc/dist/include/
H A Dlonglong.h46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1086 __uh = __ll_highpart (u); \
1088 __vh = __ll_highpart (v); \
1095 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1100 (w1) = __x3 + __ll_highpart (__x1); \
1654 __uh = __ll_highpart (u); \
1656 __vh = __ll_highpart (v); \
1663 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1668 (w1) = __x3 + __ll_highpart (__x1); \
1685 __d1 = __ll_highpart (d); \
[all …]
/netbsd/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dsparc64.h151 __uh = __ll_highpart (__u); \
/netbsd/external/lgpl3/gmp/dist/
H A Dlonglong.h59 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
2109 __uh = __ll_highpart (__u); \
2111 __vh = __ll_highpart (__v); \
2118 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
2123 (w1) = __x3 + __ll_highpart (__x1); \
2149 __d1 = __ll_highpart (d); \
2155 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpfr-longlong.h65 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
2121 __uh = __ll_highpart (__u); \
2123 __vh = __ll_highpart (__v); \
2130 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
2135 (w1) = __x3 + __ll_highpart (__x1); \
2161 __d1 = __ll_highpart (d); \
2167 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
H A Dmpfr-gmp.h606 __d1 = __ll_highpart (d); \
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S908 srli $r7, $r6, 16 ! $r7 = d1 =__ll_highpart (d)
915 srli $ta, $r5, 16 ! $ta = __ll_highpart (n0)
/netbsd/external/gpl3/gcc/dist/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S908 srli $r7, $r6, 16 ! $r7 = d1 =__ll_highpart (d)
915 srli $ta, $r5, 16 ! $ta = __ll_highpart (n0)