Searched refs:wideRightShiftWithSticky (Results 1 – 3 of 3) sorted by relevance
95 wideRightShiftWithSticky(&productHi, &productLo, 1U - (unsigned)productExponent); in ARM_EABI_FNALIAS()
104 wideRightShiftWithSticky(&productHi, &productLo, shift); in ARM_EABI_FNALIAS()
127 static inline void wideRightShiftWithSticky(rep_t *hi, rep_t *lo, unsigned int count) { in wideRightShiftWithSticky() function