HomeSort by relevance Sort by last modified time
    Searched refs:__ll_highpart (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/m68k/lib/
muldi3.c 13 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
21 __uh = __ll_highpart (u); \
23 __vh = __ll_highpart (v); \
30 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
35 (w1) = __x3 + __ll_highpart (__x1); \
  /external/u-boot/arch/microblaze/lib/
muldi3.c 13 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
23 __uh = __ll_highpart(u); \
25 __vh = __ll_highpart(v); \
32 __x1 += __ll_highpart(__x0); /* this can't give carry */\
37 (w1) = __x3 + __ll_highpart(__x1); \
  /external/u-boot/arch/nios2/lib/
longlong.h 24 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
131 __uh = __ll_highpart (u); \
133 __vh = __ll_highpart (v); \
140 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
145 (w1) = __x3 + __ll_highpart (__x1); \
162 __d1 = __ll_highpart (d); \
168 __r1 = __r1 * __ll_B | __ll_highpart (n0); \

Completed in 1268 milliseconds