H A D | libgcc.c | 41 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, 42 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, 51 __ashldi3 (DWtype u, word_type b) in __ashldi3() argument 53 if (b == 0) in __ashldi3() 57 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3() 69 w.s.low = (UWtype) uu.s.low << b; in __ashldi3() 70 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3() 77 __ashrdi3 (DWtype u, word_type b) in __ashrdi3() argument 79 if (b == 0) in __ashrdi3() 83 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3() [all …]
|