Searched refs:uint32_to_float32 (Results 1 – 15 of 15) 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 | 322 float32 ret = uint32_to_float32(arg, &env->fp_status); in HELPER()
|
| /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/riscv/ |
| H A D | fpu_helper.c | 351 return nanbox_s(env, uint32_to_float32((uint32_t)rs1, &env->fp_status)); in helper_fcvt_s_wu()
|
| H A D | vector_helper.c | 4561 RVVCALL(OPFVV1, vfcvt_f_xu_v_w, OP_UU_W, H4, H4, uint32_to_float32)
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | vec_fpu_helper.c | 184 return uint32_to_float32(a, s); in vcdlg32()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | op_helper.c | 501 RdV = uint32_to_float32(RsV, &env->fp_status); in HELPER()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 166 float32 uint32_to_float32(uint32_t, float_status *status);
|
| /openbmc/qemu/target/ppc/ |
| H A D | fpu_helper.c | 952 u.f = uint32_to_float32(val, &env->vec_status); in efscfui() 1026 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/target/arm/tcg/ |
| H A D | sme_helper.c | 2151 d[i] = uint32_to_float32(s[i], fpst); in HELPER()
|
| H A D | sve_helper.c | 5011 DO_ZPZ_FP(sve_ucvt_ss, uint32_t, H1_4, uint32_to_float32) in DO_ZPZ_FP()
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 4207 float32 uint32_to_float32(uint32_t a, float_status *status) in uint32_to_float32() function
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | msa_helper.c | 8144 #define float32_from_uint32 uint32_to_float32
|