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