Searched refs:float32_to_int64 (Results 1 – 11 of 11) sorted by relevance
| /openbmc/qemu/target/loongarch/tcg/ |
| H A D | fpu_helper.c | 565 fd = float32_to_int64((uint32_t)fj, &env->fp_status); in helper_ftintrm_l_s() 637 fd = float32_to_int64((uint32_t)fj, &env->fp_status); in helper_ftintrp_l_s() 777 fd = float32_to_int64((uint32_t)fj, &env->fp_status); in helper_ftintrne_l_s() 843 fd = float32_to_int64((uint32_t)fj, &env->fp_status); in helper_ftint_l_s()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 291 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_cvt_l_s() 429 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_round_l_s() 544 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_ceil_l_s() 604 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_floor_l_s() 663 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_cvt_2008_l_s() 728 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_round_2008_l_s() 858 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_ceil_2008_l_s() 926 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_floor_2008_l_s()
|
| /openbmc/qemu/target/hppa/ |
| H A D | fpu_helper.c | 280 int64_t ret = float32_to_int64(arg, &env->fp_status); in HELPER()
|
| /openbmc/qemu/tests/fp/ |
| H A D | wrap.c.inc | 188 WRAP_SF_TO_INT(qemu_f32_to_i64, float32_to_int64, float32, int_fast64_t)
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 335 return float32_to_int64(frs1, &env->fp_status); in helper_fcvt_l_s()
|
| H A D | vector_helper.c | 4590 RVVCALL(OPFVV1, vfwcvt_x_f_v_w, WOP_UU_W, H8, H4, float32_to_int64)
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | fpu_helper.c | 528 int64_t ret = float32_to_int64(v2, &env->fpu_status); in HELPER()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | op_helper.c | 623 RddV = float32_to_int64(RsV, &env->fp_status); in HELPER()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 572 int64_t float32_to_int64(float32, float_status *status);
|
| /openbmc/qemu/target/i386/ |
| H A D | ops_sse.h | 724 WRAP_FLOATCONV(int64_t, float32_to_int64, float32, INT64_MIN) in WRAP_FLOATCONV()
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 3373 int64_t float32_to_int64(float32 a, float_status *s) in float32_to_int64() function
|