Searched refs:shift128Right (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/fpu/ |
H A D | softfloat-macros.h | 226 shift128Right( in shift128Right() function
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat.c | 3036 shift128Right( aSig, 0, 1, &aSig, &rem1 ); in floatx80_div() 3115 shift128Right( aSig0, 0, 1, &aSig0, &aSig1 ); in floatx80_rem() 3203 shift128Right( aSig0, 0, ( aExp & 1 ) + 2, &aSig0, &aSig1 ); in floatx80_sqrt()
|
H A D | softfloat-macros | 142 shift128Right(
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 1474 shift128Right(remsig0, remsig1, 1, &remsig0, &remsig1); in helper_fpatan() 1590 shift128Right(remsig0, remsig1, 1, &remsig0, &remsig1); in helper_fpatan() 1917 shift128Right(rsig0, rsig1, 1, &rsig0, &rsig1); in helper_fyl2x_common()
|
/openbmc/qemu/fpu/ |
H A D | softfloat-parts.c.inc | 855 shift128Right(sh, sl, 13, &sh, &sl); /* 16.112 */
|
H A D | softfloat.c | 1320 shift128Right(a0, a1, 1, &a0, &a1); in frac128_modrem()
|