3 long long __ashldi3(long long u, word_type b)
16 w.s.high = (unsigned int) uu.s.low << -bm;
18 const unsigned int carries = (unsigned int) uu.s.low >> bm;
20 w.s.low = (unsigned int) uu.s.low << b;
21 w.s.high = ((unsigned int) uu.s.high << b) | carries;