| /OK3568_Linux_fs/u-boot/arch/nios2/lib/ |
| H A D | libgcc.c | 57 const DWunion uu = {.ll = u}; in __ashldi3() local 64 w.s.high = (UWtype) uu.s.low << -bm; in __ashldi3() 68 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() 70 w.s.low = (UWtype) uu.s.low << b; in __ashldi3() 71 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3() 83 const DWunion uu = {.ll = u}; in __ashrdi3() local 90 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); in __ashrdi3() 91 w.s.low = uu.s.high >> -bm; in __ashrdi3() 95 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() 97 w.s.high = uu.s.high >> b; in __ashrdi3() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arc/lib/ |
| H A D | libgcc2.c | 15 const DWunion uu = {.ll = u}; in __ashldi3() local 21 w.s.high = (UWtype)uu.s.low << -bm; in __ashldi3() 23 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() 25 w.s.low = (UWtype)uu.s.low << b; in __ashldi3() 26 w.s.high = ((UWtype)uu.s.high << b) | carries; in __ashldi3() 38 const DWunion uu = {.ll = u}; in __ashrdi3() local 44 w.s.high = uu.s.high >> (W_TYPE_SIZE - 1); in __ashrdi3() 45 w.s.low = uu.s.high >> -bm; in __ashrdi3() 47 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() 49 w.s.high = uu.s.high >> b; in __ashrdi3() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/mips/lib/ |
| H A D | ashrdi3.c | 5 DWunion uu, w; in __ashrdi3() local 11 uu.ll = u; in __ashrdi3() 17 uu.s.high >> 31; in __ashrdi3() 18 w.s.low = uu.s.high >> -bm; in __ashrdi3() 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 22 w.s.high = uu.s.high >> b; in __ashrdi3() 23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
| H A D | lshrdi3.c | 5 DWunion uu, w; in __lshrdi3() local 11 uu.ll = u; in __lshrdi3() 16 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 18 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 20 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3() 21 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
| H A D | ashldi3.c | 5 DWunion uu, w; in __ashldi3() local 11 uu.ll = u; in __ashldi3() 16 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 18 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() 20 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3() 21 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
| /OK3568_Linux_fs/u-boot/arch/sh/lib/ |
| H A D | ashrdi3.c | 5 DWunion uu, w; in __ashrdi3() local 11 uu.ll = u; in __ashrdi3() 17 uu.s.high >> 31; in __ashrdi3() 18 w.s.low = uu.s.high >> -bm; in __ashrdi3() 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 22 w.s.high = uu.s.high >> b; in __ashrdi3() 23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
| H A D | ashldi3.c | 5 DWunion uu, w; in __ashldi3() local 11 uu.ll = u; in __ashldi3() 16 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 18 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() 20 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3() 21 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
| H A D | lshrdi3.c | 5 DWunion uu, w; in __lshrdi3() local 11 uu.ll = u; in __lshrdi3() 16 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 18 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 20 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3() 21 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | ashrdi3.c | 11 DWunion uu, w; in __ashrdi3() local 17 uu.ll = u; in __ashrdi3() 23 uu.s.high >> 31; in __ashrdi3() 24 w.s.low = uu.s.high >> -bm; in __ashrdi3() 26 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 28 w.s.high = uu.s.high >> b; in __ashrdi3() 29 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
| H A D | ashldi3.c | 11 DWunion uu, w; in __ashldi3() local 17 uu.ll = u; in __ashldi3() 22 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 24 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() 26 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3() 27 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
| H A D | lshrdi3.c | 11 DWunion uu, w; in __lshrdi3() local 17 uu.ll = u; in __lshrdi3() 22 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 24 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 26 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3() 27 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/lib/ |
| H A D | ashrdi3.c | 8 DWunion uu, w; in __ashrdi3() local 14 uu.ll = u; in __ashrdi3() 20 uu.s.high >> 31; in __ashrdi3() 21 w.s.low = uu.s.high >> -bm; in __ashrdi3() 23 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 25 w.s.high = uu.s.high >> b; in __ashrdi3() 26 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
| H A D | ashldi3.c | 8 DWunion uu, w; in __ashldi3() local 14 uu.ll = u; in __ashldi3() 19 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 21 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() 23 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3() 24 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
| H A D | lshrdi3.c | 8 DWunion uu, w; in __lshrdi3() local 14 uu.ll = u; in __lshrdi3() 19 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 21 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 23 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3() 24 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
| /OK3568_Linux_fs/kernel/arch/sh/lib/ |
| H A D | ashrdi3.c | 8 DWunion uu, w; in __ashrdi3() local 14 uu.ll = u; in __ashrdi3() 20 uu.s.high >> 31; in __ashrdi3() 21 w.s.low = uu.s.high >> -bm; in __ashrdi3() 23 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 25 w.s.high = uu.s.high >> b; in __ashrdi3() 26 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
| H A D | lshrdi3.c | 8 DWunion uu, w; in __lshrdi3() local 14 uu.ll = u; in __lshrdi3() 19 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 21 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 23 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3() 24 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
| H A D | ashldi3.c | 8 DWunion uu, w; in __ashldi3() local 14 uu.ll = u; in __ashldi3() 19 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 21 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() 23 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3() 24 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
| /OK3568_Linux_fs/kernel/arch/m68k/lib/ |
| H A D | ashrdi3.c | 39 DIunion uu; in __ashrdi3() local 44 uu.ll = u; in __ashrdi3() 50 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); in __ashrdi3() 51 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()
|
| H A D | lshrdi3.c | 39 DIunion uu; in __lshrdi3() local 44 uu.ll = u; in __lshrdi3() 50 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()
|
| H A D | ashldi3.c | 39 DIunion uu; in __ashldi3() local 44 uu.ll = u; in __ashldi3() 50 w.s.high = (USItype)uu.s.low << -bm; in __ashldi3() 54 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() 55 w.s.low = (USItype)uu.s.low << b; in __ashldi3() 56 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
|
| /OK3568_Linux_fs/kernel/arch/h8300/lib/ |
| H A D | ashrdi3.c | 6 const DWunion uu = {.ll = u}; in __ashrdi3() local 15 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); in __ashrdi3() 16 w.s.low = uu.s.high >> -bm; in __ashrdi3() 18 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() 20 w.s.high = uu.s.high >> b; in __ashrdi3() 21 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3()
|
| H A D | ashldi3.c | 7 const DWunion uu = {.ll = u}; in __ashldi3() local 16 w.s.high = (UWtype) uu.s.low << -bm; in __ashldi3() 18 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() 20 w.s.low = (UWtype) uu.s.low << b; in __ashldi3() 21 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6655/ |
| H A D | card.c | 441 unsigned int uu; in CARDvSafeResetTx() local 451 for (uu = 0; uu < TYPE_MAXTD; uu++) in CARDvSafeResetTx() 452 priv->iTDUsed[uu] = 0; in CARDvSafeResetTx() 454 for (uu = 0; uu < priv->opts.tx_descs[0]; uu++) { in CARDvSafeResetTx() 455 pCurrTD = &priv->apTD0Rings[uu]; in CARDvSafeResetTx() 459 for (uu = 0; uu < priv->opts.tx_descs[1]; uu++) { in CARDvSafeResetTx() 460 pCurrTD = &priv->apTD1Rings[uu]; in CARDvSafeResetTx() 489 unsigned int uu; in CARDvSafeResetRx() local 497 for (uu = 0; uu < priv->opts.rx_descs0; uu++) { in CARDvSafeResetRx() 498 pDesc = &priv->aRD0Ring[uu]; in CARDvSafeResetRx() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/m68k/lib/ |
| H A D | lshrdi3.c | 29 DIunion uu; in __lshrdi3() local 34 uu.ll = u; in __lshrdi3() 40 w.s.low = (USItype)uu.s.high >> -bm; in __lshrdi3() 44 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() 45 w.s.high = (USItype)uu.s.high >> b; in __lshrdi3() 46 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
|
| H A D | ashldi3.c | 29 DIunion uu; in __ashldi3() local 34 uu.ll = u; in __ashldi3() 40 w.s.high = (USItype)uu.s.low << -bm; in __ashldi3() 44 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() 45 w.s.low = (USItype)uu.s.low << b; in __ashldi3() 46 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
|