Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dextended_cpdo.c72 [RND_CODE >> 20] = floatx80_round_to_int,
73 [URD_CODE >> 20] = floatx80_round_to_int,
H A Dsoftfloat.h214 floatx80 floatx80_round_to_int( struct roundingData *, floatx80 );
H A Dsoftfloat.c2670 floatx80 floatx80_round_to_int( struct roundingData *roundData, floatx80 a ) in floatx80_round_to_int() function
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dextended_cpdo.c160 fpa11->fpreg[Fd].fExtended = floatx80_round_to_int(rFm, &fpa11->fp_status); in ExtendedCPDO()
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c90 res->d = floatx80_round_to_int(val->d, &env->fp_status); in HELPER()
158 res->d = floatx80_round_to_int(val->d, &env->fp_status); in HELPER()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc435 ret = floatx80_round_to_int(a, &qsf);
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h961 floatx80 floatx80_round_to_int(floatx80, float_status *status);
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2262 ST0 = floatx80_round_to_int(ST0, &env->fp_status); in helper_frndint()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3029 floatx80 floatx80_round_to_int(floatx80 a, float_status *status) in floatx80_round_to_int() function