Searched refs:rshift64 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c153 static inline long long rshift64(unsigned long long mh, function
188 ix = (rshift64(mh, ml, w - 52) & 0x000fffffffffffffLL)
191 ix = rshift64(mh, ml, w - 51 - exp) & 0x000fffffffffffffLL;

Completed in 130 milliseconds