Home
last modified time | relevance | path

Searched refs:floatx80_round_to_int (Results 1 – 6 of 6) sorted by relevance

/qemu/linux-user/arm/nwfpe/
H A Dextended_cpdo.c160 fpa11->fpreg[Fd].fExtended = floatx80_round_to_int(rFm, &fpa11->fp_status); in ExtendedCPDO()
/qemu/target/m68k/
H A Dfpu_helper.c89 res->d = floatx80_round_to_int(val->d, &env->fp_status); in HELPER()
157 res->d = floatx80_round_to_int(val->d, &env->fp_status); in HELPER()
/qemu/tests/fp/
H A Dwrap.c.inc435 ret = floatx80_round_to_int(a, &qsf);
/qemu/include/fpu/
H A Dsoftfloat.h969 floatx80 floatx80_round_to_int(floatx80, float_status *status);
/qemu/target/i386/tcg/
H A Dfpu_helper.c2328 ST0 = floatx80_round_to_int(ST0, &env->fp_status); in helper_frndint()
/qemu/fpu/
H A Dsoftfloat.c3071 floatx80 floatx80_round_to_int(floatx80 a, float_status *status) in floatx80_round_to_int() function