Searched refs:float64_round_to_int (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/arch/arm/nwfpe/ |
H A D | double_cpdo.c | 93 [RND_CODE >> 20] = float64_round_to_int, 94 [URD_CODE >> 20] = float64_round_to_int,
|
H A D | softfloat.h | 182 float64 float64_round_to_int( struct roundingData *, float64 );
|
H A D | softfloat.c | 1863 float64 float64_round_to_int( struct roundingData *roundData, float64 a ) in float64_round_to_int() function
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | double_cpdo.c | 176 fpa11->fpreg[Fd].fDouble = float64_round_to_int(rFm, &fpa11->fp_status); in DoubleCPDO()
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 1056 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 D | fpu_helper.c | 338 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 D | vec_helper.c | 2739 Vd->D(i) = float64_round_to_int(Vj->UD(i), &env->fp_status); in HELPER()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 535 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 D | fpu_helper.c | 147 float64 ret = float64_round_to_int(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 424 WRAP_ROUND_TO_INT(qemu_f64_roundToInt, float64_round_to_int, float64)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 736 float64 ret = float64_round_to_int(f2, &env->fpu_status); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 788 float64 float64_round_to_int(float64, float_status *status);
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 1751 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 D | fpu_helper.c | 1121 fdret = float64_round_to_int(fs, &env->active_fpu.fp_status); in helper_float_rint_d()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 603 arg = float64_round_to_int(arg, &env->fp_status); in do_fri()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3002 float64 float64_round_to_int(float64 a, float_status *s) in float64_round_to_int() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4618 DO_ZPZ_FP(sve_frintx_d, uint64_t, H1_8, float64_round_to_int) in DO_ZPZ_FP()
|