Home
last modified time | relevance | path

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

/openbmc/qemu/target/m68k/
H A Dsoftfloat.h28 floatx80 floatx80_scale(floatx80 a, floatx80 b, float_status *status);
H A Dfpu_helper.c646 res->d = floatx80_scale(val1->d, val0->d, &env->fp_status); in HELPER()
H A Dsoftfloat.c120 floatx80 floatx80_scale(floatx80 a, floatx80 b, float_status *status) in floatx80_scale() function