Searched refs:float64_to_int64 (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 542 fd = float64_to_int64(fj, &env->fp_status); in helper_ftintrm_l_d() 614 fd = float64_to_int64(fj, &env->fp_status); in helper_ftintrp_l_d() 754 fd = float64_to_int64(fj, &env->fp_status); in helper_ftintrne_l_d() 824 fd = float64_to_int64(fj, &env->fp_status); in helper_ftint_l_d()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 279 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_cvt_l_d() 414 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_round_l_d() 530 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_ceil_l_d() 590 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_floor_l_d() 649 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_cvt_2008_l_d() 711 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_round_2008_l_d() 842 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_ceil_2008_l_d() 910 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_floor_2008_l_d()
|
H A D | msa_helper.c | 6444 q_val = float64_to_int64(a, status); in float64_to_q32()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 245 int64_t ret = float64_to_int64(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 497 return float64_to_int64(frs1, &env->fp_status); in helper_fcvt_l_d()
|
H A D | vector_helper.c | 4504 RVVCALL(OPFVV1, vfcvt_x_f_v_d, OP_UU_D, H8, H8, float64_to_int64)
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 191 WRAP_SF_TO_INT(qemu_f64_to_i64, float64_to_int64, float64, int_fast64_t)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 545 int64_t ret = float64_to_int64(v2, &env->fpu_status); in HELPER()
|
H A D | vec_fpu_helper.c | 214 const float64 tmp = float64_to_int64(a, s); in vcgd64()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 760 int64_t float64_to_int64(float64, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 795 RddV = float64_to_int64(RssV, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 737 j = float64_to_int64(t, &s); \
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 726 WRAP_FLOATCONV(int64_t, float64_to_int64, float64, INT64_MIN) in WRAP_FLOATCONV()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3311 int64_t float64_to_int64(float64 a, float_status *s) in float64_to_int64() function
|