Home
last modified time | relevance | path

Searched refs:float32_round_to_int (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A Dsingle_cpdo.c70 [RND_CODE >> 20] = float32_round_to_int,
71 [URD_CODE >> 20] = float32_round_to_int,
H A Dsoftfloat.h150 float32 float32_round_to_int( struct roundingData*, float32 );
H A Dsoftfloat.c968 float32 float32_round_to_int( struct roundingData *roundData, float32 a ) in float32_round_to_int() function
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dsingle_cpdo.c140 fpa11->fpreg[Fd].fSingle = float32_round_to_int(rFm, &fpa11->fp_status); in SingleCPDO()
/openbmc/qemu/target/arm/
H A Dvfp_helper.c1051 return float32_round_to_int(x, fp_status); in HELPER()
1080 ret = float32_round_to_int(x, fp_status); in HELPER()
1171 f = float32_round_to_int(f, fpst); in frint_s()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c324 fd = nanbox_s(float32_round_to_int(fp, status)); in helper_flogb_s()
522 fd = (uint64_t)(float32_round_to_int((uint32_t)fj, &env->fp_status)); in helper_frint_s()
H A Dvec_helper.c2724 Vd->W(i) = float32_round_to_int(Vj->UW(i), &env->fp_status); in HELPER()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c377 frs1 = float32_round_to_int(frs1, fs); in helper_fround_s()
391 frs1 = float32_round_to_int(frs1, &env->fp_status); in helper_froundnx_s()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c105 float32 ret = float32_round_to_int(arg, &env->fp_status); in HELPER()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc423 WRAP_ROUND_TO_INT(qemu_f32_roundToInt, float32_round_to_int, float32)
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c725 float32 ret = float32_round_to_int(f2, &env->fpu_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h593 float32 float32_round_to_int(float32, float_status *status);
/openbmc/qemu/target/i386/
H A Dops_sse.h1727 d->ZMM_S(i) = float32_round_to_int(s->ZMM_S(i), &env->sse_status); in glue()
1775 d->ZMM_S(0) = float32_round_to_int(s->ZMM_S(0), &env->sse_status); in glue()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1130 fdret = float32_round_to_int(fs, &env->active_fpu.fp_status); in helper_float_rint_s()
/openbmc/qemu/target/ppc/
H A Dint_helper.c1544 r->f32[i] = float32_round_to_int (b->f32[i], &s); \
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c1230 DO_2OP(gvec_vrintx_s, float32_round_to_int, float32) in DO_2OP()
H A Dmve_helper.c3444 DO_1OP_FP(vrintx_s, 4, float32, float32_round_to_int)
H A Dsve_helper.c4617 DO_ZPZ_FP(sve_frintx_s, uint32_t, H1_4, float32_round_to_int) in DO_ZPZ_FP()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2993 float32 float32_round_to_int(float32 a, float_status *s) in float32_round_to_int() function