Searched refs:int64_to_float32 (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/target/alpha/ |
H A D | vax_helper.c | 330 float32 fr = int64_to_float32(a, &FP_STATUS); in helper_cvtqf()
|
H A D | fpu_helper.c | 444 float32 fr = int64_to_float32(a, &FP_STATUS); in helper_cvtqs()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 203 float32 ret = int64_to_float32(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 215 float32 ret = int64_to_float32(src, &env->fp_status); in helper_fxtos()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 495 fd = nanbox_s(int64_to_float32(fj, &env->fp_status)); in helper_ffint_s_l()
|
H A D | vec_helper.c | 3004 temp.W(j + ofs * (2 * i + 1)) = int64_to_float32(Vj->D(j + ofs * i), in HELPER() 3006 temp.W(j + ofs * 2 * i) = int64_to_float32(Vk->D(j + ofs * i), in HELPER()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 357 return nanbox_s(env, int64_to_float32(rs1, &env->fp_status)); in helper_fcvt_s_l()
|
H A D | vector_helper.c | 4609 RVVCALL(OPFVV1, vfncvt_f_x_w_w, NOP_UU_W, H4, H8, int64_to_float32) in RVVCALL()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 306 WRAP_INT_TO_SF(qemu_i64_to_f32, int64_to_float32, int64_t, float32)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 463 float32 ret = int64_to_float32(v2, &env->fpu_status); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 162 float32 int64_to_float32(int64_t, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 667 RdV = int64_to_float32(RssV, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 592 FPU_FCFI(fcfids, int64_to_float32, 1) 1017 tmp = int64_to_float32(1ULL << 32, &env->vec_status); in efscfsf()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 359 fst2 = int64_to_float32(dt0, &env->active_fpu.fp_status); in helper_float_cvts_l()
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 684 d->ZMM_S(0) = int64_to_float32(val, &env->sse_status); in helper_cvtsq2ss()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3904 float32 int64_to_float32(int64_t a, float_status *status) in int64_to_float32() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4633 DO_ZPZ_FP(sve_scvt_ds, uint64_t, H1_8, int64_to_float32) in DO_ZPZ_FP()
|