Searched refs:__bits1Lo (Results 1 – 1 of 1) sorted by relevance
128 uint32_t __bits1Lo = static_cast<uint32_t>(__bits1); in __mulShift() local130 __bits1Lo += __bits0Hi; in __mulShift()131 __bits1Hi += (__bits1Lo < __bits0Hi); in __mulShift()133 return (__bits1Hi << (32 - __s)) | (__bits1Lo >> __s); in __mulShift()