Home
last modified time | relevance | path

Searched refs:floatx80_scalbn (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1170 tmp = floatx80_scalbn(ST0, 5, &env->fp_status); in helper_f2xm1()
1875 temp1.d = floatx80_scalbn(temp1.d, expdiff - n, &env->fp_status); in helper_fprem_common()
2217 arg0_m1 = floatx80_sub(floatx80_scalbn(ST0, -int_exp, in helper_fyl2x()
2351 ST0 = floatx80_scalbn(ST0, n, &env->fp_status); in helper_fscale()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h976 floatx80 floatx80_scalbn(floatx80, int, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c4574 floatx80 floatx80_scalbn(floatx80 a, int n, float_status *status) in floatx80_scalbn() function