Searched refs:uint32_to_float32 (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/target/tricore/ |
H A D | fpu_helper.c | 470 f_result = uint32_to_float32(arg, &env->fp_status); in helper_utof()
|
/openbmc/qemu/target/xtensa/ |
H A D | fpu_helper.c | 357 return float32_scalbn(uint32_to_float32(v, &env->fp_status), in HELPER()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 280 float32 ret = uint32_to_float32(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 352 return nanbox_s(env, uint32_to_float32((uint32_t)rs1, &env->fp_status)); in helper_fcvt_s_wu()
|
H A D | vector_helper.c | 4511 RVVCALL(OPFVV1, vfcvt_f_xu_v_w, OP_UU_W, H4, H4, uint32_to_float32)
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 294 WRAP_INT_TO_SF(qemu_ui32_to_f32, uint32_to_float32, uint32_t, float32)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_fpu_helper.c | 185 return uint32_to_float32(a, s); in vcdlg32()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 164 float32 uint32_to_float32(uint32_t, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 613 RdV = uint32_to_float32(RsV, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 954 u.f = uint32_to_float32(val, &env->vec_status); in efscfui() 1028 u.f = uint32_to_float32(val, &env->vec_status); in efscfuf()
|
H A D | int_helper.c | 626 VCF(ux, uint32_to_float32, u32)
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 4129 float32 uint32_to_float32(uint32_t a, float_status *status) in uint32_to_float32() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4638 DO_ZPZ_FP(sve_ucvt_ss, uint32_t, H1_4, uint32_to_float32) in DO_ZPZ_FP()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 8143 #define float32_from_uint32 uint32_to_float32
|