/openbmc/linux/arch/arm/nwfpe/ |
H A D | single_cpdo.c | 70 [RND_CODE >> 20] = float32_round_to_int, 71 [URD_CODE >> 20] = float32_round_to_int,
|
H A D | softfloat.h | 150 float32 float32_round_to_int( struct roundingData*, float32 );
|
H A D | softfloat.c | 968 float32 float32_round_to_int( struct roundingData *roundData, float32 a ) in float32_round_to_int() function
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | single_cpdo.c | 140 fpa11->fpreg[Fd].fSingle = float32_round_to_int(rFm, &fpa11->fp_status); in SingleCPDO()
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 1051 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 D | fpu_helper.c | 324 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 D | vec_helper.c | 2724 Vd->W(i) = float32_round_to_int(Vj->UW(i), &env->fp_status); in HELPER()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 377 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 D | fpu_helper.c | 105 float32 ret = float32_round_to_int(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 423 WRAP_ROUND_TO_INT(qemu_f32_roundToInt, float32_round_to_int, float32)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 725 float32 ret = float32_round_to_int(f2, &env->fpu_status); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 593 float32 float32_round_to_int(float32, float_status *status);
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 1727 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 D | fpu_helper.c | 1130 fdret = float32_round_to_int(fs, &env->active_fpu.fp_status); in helper_float_rint_s()
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 1544 r->f32[i] = float32_round_to_int (b->f32[i], &s); \
|
/openbmc/qemu/target/arm/tcg/ |
H A D | vec_helper.c | 1230 DO_2OP(gvec_vrintx_s, float32_round_to_int, float32) in DO_2OP()
|
H A D | mve_helper.c | 3444 DO_1OP_FP(vrintx_s, 4, float32, float32_round_to_int)
|
H A D | sve_helper.c | 4617 DO_ZPZ_FP(sve_frintx_s, uint32_t, H1_4, float32_round_to_int) in DO_ZPZ_FP()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2993 float32 float32_round_to_int(float32 a, float_status *s) in float32_round_to_int() function
|