Searched refs:shr_double (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/fpu/ |
H A D | softfloat-macros.h | 109 static inline uint64_t shr_double(uint64_t l, uint64_t r, int c) in shr_double() function
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 1058 a1 = shr_double(a0, a1, 1); in frac128_div() 1439 a1 = shr_double(a0, a1, c); in frac128_shr() 1455 a0 = (a0 >> c) | (shr_double(a0, 0, c) != 0); in frac64_shrjam() 1486 sticky |= shr_double(a1, 0, c); in frac128_shrjam() 1487 a1 = shr_double(a0, a1, c); in frac128_shrjam() 1524 sticky |= shr_double(a3, 0, c); in frac256_shrjam() 1525 a3 = shr_double(a2, a3, c); in frac256_shrjam() 1526 a2 = shr_double(a1, a2, c); in frac256_shrjam() 1527 a1 = shr_double(a0, a1, c); in frac256_shrjam()
|