/linux-2.6.39/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()
|
/linux-2.6.39/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 | 52 const DWunion uu = {.ll = u}; in __muldi3() local 54 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3() 56 w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high in __muldi3() 57 + (UWtype) uu.s.high * (UWtype) vv.s.low); in __muldi3()
|
/linux-2.6.39/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 | 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()
|
/linux-2.6.39/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()
|
/linux-2.6.39/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 | 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()
|
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()
|
/linux-2.6.39/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()
|
/linux-2.6.39/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_mm.c | 53 DIunion uu, vv; in __muldi3() local 55 uu.ll = u, in __muldi3() 58 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3() 59 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3() 60 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
|
D | muldi3_no.c | 76 DIunion uu, vv; in __muldi3() local 78 uu.ll = u, in __muldi3() 81 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3() 82 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3() 83 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
|
/linux-2.6.39/arch/h8300/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()
|