HomeSort by: relevance | last modified time | path
    Searched defs:__ll_highpart (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/
longlong.h 46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1098 __uh = __ll_highpart (u); \
1100 __vh = __ll_highpart (v); \
1107 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1112 (w1) = __x3 + __ll_highpart (__x1); \
1666 __uh = __ll_highpart (u); \
1668 __vh = __ll_highpart (v); \
1675 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1680 (w1) = __x3 + __ll_highpart (__x1); \
1697 __d1 = __ll_highpart (d);
    [all...]
  /src/external/gpl3/binutils.old/dist/include/
longlong.h 46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1098 __uh = __ll_highpart (u); \
1100 __vh = __ll_highpart (v); \
1107 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1112 (w1) = __x3 + __ll_highpart (__x1); \
1666 __uh = __ll_highpart (u); \
1668 __vh = __ll_highpart (v); \
1675 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1680 (w1) = __x3 + __ll_highpart (__x1); \
1697 __d1 = __ll_highpart (d);
    [all...]
  /src/external/gpl3/gcc/dist/include/
longlong.h 46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1098 __uh = __ll_highpart (u); \
1100 __vh = __ll_highpart (v); \
1107 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1112 (w1) = __x3 + __ll_highpart (__x1); \
1667 __uh = __ll_highpart (u); \
1669 __vh = __ll_highpart (v); \
1676 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1681 (w1) = __x3 + __ll_highpart (__x1); \
1698 __d1 = __ll_highpart (d);
    [all...]
  /src/external/gpl3/gcc.old/dist/include/
longlong.h 46 #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...]
  /src/external/gpl3/gdb.old/dist/include/
longlong.h 46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1098 __uh = __ll_highpart (u); \
1100 __vh = __ll_highpart (v); \
1107 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1112 (w1) = __x3 + __ll_highpart (__x1); \
1666 __uh = __ll_highpart (u); \
1668 __vh = __ll_highpart (v); \
1675 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1680 (w1) = __x3 + __ll_highpart (__x1); \
1697 __d1 = __ll_highpart (d);
    [all...]
  /src/external/gpl3/gdb/dist/include/
longlong.h 46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1098 __uh = __ll_highpart (u); \
1100 __vh = __ll_highpart (v); \
1107 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1112 (w1) = __x3 + __ll_highpart (__x1); \
1666 __uh = __ll_highpart (u); \
1668 __vh = __ll_highpart (v); \
1675 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1680 (w1) = __x3 + __ll_highpart (__x1); \
1697 __d1 = __ll_highpart (d);
    [all...]
  /src/external/lgpl3/gmp/dist/
longlong.h 59 #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); \
  /src/external/lgpl3/mpfr/dist/src/
mpfr-longlong.h 65 #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); \

Completed in 58 milliseconds