Searched refs:uint64_to_float32 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 287 float32 ret = uint64_to_float32(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 594 FPU_FCFI(fcfidus, uint64_to_float32, 1) 1029 tmp = uint64_to_float32(1ULL << 32, &env->vec_status); in efscfuf() 1045 tmp = uint64_to_float32(1ULL << 32, &env->vec_status); in efsctsf() 1061 tmp = uint64_to_float32(1ULL << 32, &env->vec_status); in efsctuf()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 362 return nanbox_s(env, uint64_to_float32(rs1, &env->fp_status)); in helper_fcvt_s_lu()
|
H A D | vector_helper.c | 4603 RVVCALL(OPFVV1, vfncvt_f_xu_w_w, NOP_UU_W, H4, H8, uint64_to_float32) in RVVCALL()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 298 WRAP_INT_TO_SF(qemu_ui64_to_f32, uint64_to_float32, uint64_t, float32)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 496 float32 ret = uint64_to_float32(v2, &env->fpu_status); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 165 float32 uint64_to_float32(uint64_t, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 649 RdV = uint64_to_float32(RssV, &env->fp_status); in HELPER()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 4124 float32 uint64_to_float32(uint64_t a, float_status *status) in uint64_to_float32() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4641 DO_ZPZ_FP(sve_ucvt_ds, uint64_t, H1_8, uint64_to_float32) in DO_ZPZ_FP()
|