Home
last modified time | relevance | path

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

/qemu/linux-user/arm/nwfpe/
H A Dsingle_cpdo.c140 fpa11->fpreg[Fd].fSingle = float32_round_to_int(rFm, &fpa11->fp_status); in SingleCPDO()
/qemu/target/arm/tcg/
H A Dvfp_helper.c1132 return float32_round_to_int(x, fp_status); in HELPER()
1161 ret = float32_round_to_int(x, fp_status); in HELPER()
1249 f = float32_round_to_int(f, fpst); in frint_s()
H A Dvec_helper.c1248 DO_2OP(gvec_vrintx_s, float32_round_to_int, float32) in DO_2OP()
H A Dmve_helper.c3431 DO_1OP_FP(vrintx_s, 4, float32, float32_round_to_int)
H A Dsve_helper.c4702 DO_ZPZ_FP(sve_frintx_s, uint32_t, H1_4, float32_round_to_int) in DO_ZPZ_FP()
/qemu/target/loongarch/tcg/
H A Dfpu_helper.c331 fd = nanbox_s(float32_round_to_int(fp, status)); in helper_flogb_s()
527 fd = (uint64_t)(float32_round_to_int((uint32_t)fj, &env->fp_status)); in helper_frint_s()
H A Dvec_helper.c2723 Vd->W(i) = float32_round_to_int(Vj->UW(i), &env->fp_status); in HELPER()
/qemu/target/riscv/
H A Dfpu_helper.c376 frs1 = float32_round_to_int(frs1, fs); in helper_fround_s()
390 frs1 = float32_round_to_int(frs1, &env->fp_status); in helper_froundnx_s()
/qemu/target/hppa/
H A Dfpu_helper.c142 float32 ret = float32_round_to_int(arg, &env->fp_status); in HELPER()
/qemu/tests/fp/
H A Dwrap.c.inc423 WRAP_ROUND_TO_INT(qemu_f32_roundToInt, float32_round_to_int, float32)
/qemu/target/s390x/tcg/
H A Dfpu_helper.c724 float32 ret = float32_round_to_int(f2, &env->fpu_status); in HELPER()
/qemu/include/fpu/
H A Dsoftfloat.h597 float32 float32_round_to_int(float32, float_status *status);
/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()
/qemu/target/mips/tcg/
H A Dfpu_helper.c1129 fdret = float32_round_to_int(fs, &env->active_fpu.fp_status); in helper_float_rint_s()
/qemu/target/ppc/
H A Dint_helper.c1544 r->f32[i] = float32_round_to_int (b->f32[i], &s); \
/qemu/fpu/
H A Dsoftfloat.c3035 float32 float32_round_to_int(float32 a, float_status *s) in float32_round_to_int() function