Searched refs:float64_to_int64 (Results 1 – 14 of 14) sorted by relevance
| /openbmc/qemu/target/loongarch/tcg/ |
| H A D | fpu_helper.c | 547 fd = float64_to_int64(fj, &env->fp_status); in helper_ftintrm_l_d() 619 fd = float64_to_int64(fj, &env->fp_status); in helper_ftintrp_l_d() 759 fd = float64_to_int64(fj, &env->fp_status); in helper_ftintrne_l_d() 829 fd = float64_to_int64(fj, &env->fp_status); in helper_ftint_l_d()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 278 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_cvt_l_d() 413 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_round_l_d() 529 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_ceil_l_d() 589 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_floor_l_d() 648 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_cvt_2008_l_d() 710 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_round_2008_l_d() 841 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_ceil_2008_l_d() 909 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_floor_2008_l_d()
|
| H A D | msa_helper.c | 6445 q_val = float64_to_int64(a, status); in float64_to_q32()
|
| /openbmc/qemu/target/hppa/ |
| H A D | fpu_helper.c | 287 int64_t ret = float64_to_int64(arg, &env->fp_status); in HELPER()
|
| /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/riscv/ |
| H A D | fpu_helper.c | 496 return float64_to_int64(frs1, &env->fp_status); in helper_fcvt_l_d()
|
| H A D | vector_helper.c | 4554 RVVCALL(OPFVV1, vfcvt_x_f_v_d, OP_UU_D, H8, H8, float64_to_int64)
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | fpu_helper.c | 544 int64_t ret = float64_to_int64(v2, &env->fpu_status); in HELPER()
|
| H A D | vec_fpu_helper.c | 213 const float64 tmp = float64_to_int64(a, s); in vcgd64()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | op_helper.c | 683 RddV = float64_to_int64(RssV, &env->fp_status); in HELPER()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 766 int64_t float64_to_int64(float64, float_status *status);
|
| /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 | 3388 int64_t float64_to_int64(float64 a, float_status *s) in float64_to_int64() function
|