/arch/mips/lib/ |
D | ashrdi3.c | 7 DWunion uu, w; in __ashrdi3() local 13 uu.ll = u; in __ashrdi3() 19 uu.s.high >> 31; in __ashrdi3() 20 w.s.low = uu.s.high >> -bm; in __ashrdi3() 22 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 24 w.s.high = uu.s.high >> b; in __ashrdi3() 25 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
D | ashldi3.c | 7 DWunion uu, w; in __ashldi3() local 13 uu.ll = u; in __ashldi3() 18 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 20 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() 22 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3() 23 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 7 DWunion uu, w; in __lshrdi3() local 13 uu.ll = u; in __lshrdi3() 18 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 22 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3() 23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
/arch/score/lib/ |
D | ashrdi3.c | 25 DWunion uu, w; in __ashrdi3() local 31 uu.ll = u; in __ashrdi3() 37 uu.s.high >> 31; in __ashrdi3() 38 w.s.low = uu.s.high >> -bm; in __ashrdi3() 40 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 42 w.s.high = uu.s.high >> b; in __ashrdi3() 43 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
D | ashldi3.c | 25 DWunion uu, w; in __ashldi3() local 31 uu.ll = u; in __ashldi3() 36 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 38 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() 40 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3() 41 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 26 DWunion uu, w; in __lshrdi3() local 32 uu.ll = u; in __lshrdi3() 37 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 39 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 41 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3() 42 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
/arch/microblaze/lib/ |
D | ashrdi3.c | 7 DWunion uu, w; in __ashrdi3() local 13 uu.ll = u; in __ashrdi3() 19 uu.s.high >> 31; in __ashrdi3() 20 w.s.low = uu.s.high >> -bm; in __ashrdi3() 22 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 24 w.s.high = uu.s.high >> b; in __ashrdi3() 25 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
D | ashldi3.c | 7 DWunion uu, w; in __ashldi3() local 13 uu.ll = u; in __ashldi3() 18 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 20 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() 22 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3() 23 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 7 DWunion uu, w; in __lshrdi3() local 13 uu.ll = u; in __lshrdi3() 18 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 22 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3() 23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
D | muldi3.c | 48 const DWunion uu = {.ll = u}; in __muldi3() local 50 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3() 52 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3() 53 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
|
/arch/sh/lib/ |
D | ashrdi3.c | 7 DWunion uu, w; in __ashrdi3() local 13 uu.ll = u; in __ashrdi3() 19 uu.s.high >> 31; in __ashrdi3() 20 w.s.low = uu.s.high >> -bm; in __ashrdi3() 22 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 24 w.s.high = uu.s.high >> b; in __ashrdi3() 25 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
D | lshrdi3.c | 7 DWunion uu, w; in __lshrdi3() local 13 uu.ll = u; in __lshrdi3() 18 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 22 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3() 23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashldi3.c | 7 DWunion uu, w; in __ashldi3() local 13 uu.ll = u; in __ashldi3() 18 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 20 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() 22 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3() 23 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
/arch/blackfin/lib/ |
D | ashrdi3.c | 17 DIunion uu; in __ashrdi3() local 22 uu.ll = u; in __ashrdi3() 27 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); in __ashrdi3() 28 w.s.low = uu.s.high >> -bm; in __ashrdi3() 30 USItype carries = (USItype) uu.s.high << bm; in __ashrdi3() 31 w.s.high = uu.s.high >> b; in __ashrdi3() 32 w.s.low = ((USItype) uu.s.low >> b) | carries; in __ashrdi3()
|
D | lshrdi3.c | 17 DIunion uu; in __lshrdi3() local 22 uu.ll = u; in __lshrdi3() 27 w.s.low = (USItype) uu.s.high >> -bm; in __lshrdi3() 29 USItype carries = (USItype) uu.s.high << bm; in __lshrdi3() 30 w.s.high = (USItype) uu.s.high >> b; in __lshrdi3() 31 w.s.low = ((USItype) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashldi3.c | 17 DIunion uu; in __ashldi3() local 22 uu.ll = u; in __ashldi3() 27 w.s.high = (USItype) uu.s.low << -bm; in __ashldi3() 29 USItype carries = (USItype) uu.s.low >> bm; in __ashldi3() 30 w.s.low = (USItype) uu.s.low << b; in __ashldi3() 31 w.s.high = ((USItype) uu.s.high << b) | carries; in __ashldi3()
|
/arch/m68k/lib/ |
D | ashrdi3.c | 41 DIunion uu; in __ashrdi3() local 46 uu.ll = u; in __ashrdi3() 52 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); in __ashrdi3() 53 w.s.low = uu.s.high >> -bm; in __ashrdi3() 57 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() 58 w.s.high = uu.s.high >> b; in __ashrdi3() 59 w.s.low = ((USItype)uu.s.low >> b) | carries; in __ashrdi3()
|
D | ashldi3.c | 41 DIunion uu; in __ashldi3() local 46 uu.ll = u; in __ashldi3() 52 w.s.high = (USItype)uu.s.low << -bm; in __ashldi3() 56 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() 57 w.s.low = (USItype)uu.s.low << b; in __ashldi3() 58 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 41 DIunion uu; in __lshrdi3() local 46 uu.ll = u; in __lshrdi3() 52 w.s.low = (USItype)uu.s.high >> -bm; in __lshrdi3() 56 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() 57 w.s.high = (USItype)uu.s.high >> b; in __lshrdi3() 58 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
|
D | muldi3.c | 87 DIunion uu, vv; in __muldi3() local 89 uu.ll = u, in __muldi3() 92 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3() 93 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3() 94 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
|
/arch/mn10300/lib/ |
D | ashrdi3.c | 41 union DIunion uu; in __ashrdi3() local 47 uu.ll = u; in __ashrdi3() 52 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); in __ashrdi3() 53 w.s.low = uu.s.high >> -bm; in __ashrdi3() 55 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() 56 w.s.high = uu.s.high >> b; in __ashrdi3() 57 w.s.low = ((USItype)uu.s.low >> b) | carries; in __ashrdi3()
|
D | lshrdi3.c | 42 union DIunion uu; in __lshrdi3() local 47 uu.ll = u; in __lshrdi3() 52 w.s.low = (USItype) uu.s.high >> -bm; in __lshrdi3() 54 USItype carries = (USItype) uu.s.high << bm; in __lshrdi3() 55 w.s.high = (USItype) uu.s.high >> b; in __lshrdi3() 56 w.s.low = ((USItype) uu.s.low >> b) | carries; in __lshrdi3()
|
D | negdi2.c | 49 union DWunion uu; in __negdi2() local 51 uu.ll = u; in __negdi2() 53 w.s.low = -uu.s.low; in __negdi2() 54 w.s.high = -uu.s.high - ((u32) w.s.low > 0); in __negdi2()
|
/arch/s390/math-emu/ |
D | math.c | 2247 union lll w,uu; in __negdi2() local 2249 uu.ll = u; in __negdi2() 2251 w.s[1] = -uu.s[1]; in __negdi2() 2252 w.s[0] = -uu.s[0] - ((int) w.s[1] != 0); in __negdi2()
|