Searched refs:float64_round_to_int (Results 1 – 14 of 14) sorted by relevance
| /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/tcg/ |
| H A D | vfp_helper.c | 1147 return float64_round_to_int(x, fp_status); in HELPER() 1187 ret = float64_round_to_int(x, fp_status); in HELPER() 1307 f = float64_round_to_int(f, fpst); in frint_d()
|
| H A D | sve_helper.c | 4991 DO_ZPZ_FP(sve_frintx_d, uint64_t, H1_8, float64_round_to_int) in DO_ZPZ_FP()
|
| /openbmc/qemu/target/loongarch/tcg/ |
| H A D | fpu_helper.c | 345 fd = float64_round_to_int(fd, status); in helper_flogb_d() 536 fd = float64_round_to_int(fj, &env->fp_status); in helper_frint_d()
|
| H A D | vec_helper.c | 2738 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 | 534 frs1 = float64_round_to_int(frs1, fs); in helper_fround_d() 547 return float64_round_to_int(frs1, &env->fp_status); in helper_froundnx_d()
|
| /openbmc/qemu/target/hppa/ |
| H A D | fpu_helper.c | 184 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 | 735 float64 ret = float64_round_to_int(f2, &env->fpu_status); in HELPER()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 794 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 | 1120 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 | 601 arg = float64_round_to_int(arg, &env->fp_status); in do_fri()
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 3078 float64 float64_round_to_int(float64 a, float_status *s) in float64_round_to_int() function
|