Home
last modified time | relevance | path

Searched refs:float64_round_to_int (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A Ddouble_cpdo.c93 [RND_CODE >> 20] = float64_round_to_int,
94 [URD_CODE >> 20] = float64_round_to_int,
H A Dsoftfloat.h182 float64 float64_round_to_int( struct roundingData *, float64 );
H A Dsoftfloat.c1863 float64 float64_round_to_int( struct roundingData *roundData, float64 a ) in float64_round_to_int() function
/openbmc/qemu/linux-user/arm/nwfpe/
H A Ddouble_cpdo.c176 fpa11->fpreg[Fd].fDouble = float64_round_to_int(rFm, &fpa11->fp_status); in DoubleCPDO()
/openbmc/qemu/target/arm/
H A Dvfp_helper.c1056 return float64_round_to_int(x, fp_status); in HELPER()
1096 ret = float64_round_to_int(x, fp_status); in HELPER()
1219 f = float64_round_to_int(f, fpst); in frint_d()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c338 fd = float64_round_to_int(fd, status); in helper_flogb_d()
531 fd = float64_round_to_int(fj, &env->fp_status); in helper_frint_d()
H A Dvec_helper.c2739 Vd->D(i) = float64_round_to_int(Vj->UD(i), &env->fp_status); in HELPER()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c535 frs1 = float64_round_to_int(frs1, fs); in helper_fround_d()
548 return float64_round_to_int(frs1, &env->fp_status); in helper_froundnx_d()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c147 float64 ret = float64_round_to_int(arg, &env->fp_status); in HELPER()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc424 WRAP_ROUND_TO_INT(qemu_f64_roundToInt, float64_round_to_int, float64)
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c736 float64 ret = float64_round_to_int(f2, &env->fpu_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h788 float64 float64_round_to_int(float64, float_status *status);
/openbmc/qemu/target/i386/
H A Dops_sse.h1751 d->ZMM_D(i) = float64_round_to_int(s->ZMM_D(i), &env->sse_status); in glue()
1800 d->ZMM_D(0) = float64_round_to_int(s->ZMM_D(0), &env->sse_status); in glue()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1121 fdret = float64_round_to_int(fs, &env->active_fpu.fp_status); in helper_float_rint_d()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c603 arg = float64_round_to_int(arg, &env->fp_status); in do_fri()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3002 float64 float64_round_to_int(float64 a, float_status *s) in float64_round_to_int() function
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4618 DO_ZPZ_FP(sve_frintx_d, uint64_t, H1_8, float64_round_to_int) in DO_ZPZ_FP()