Searched refs:float16_to_float32 (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 3190 return float32_add(float16_to_float32(a, true, s), in RVVCALL() 3191 float16_to_float32(b, true, s), s); in RVVCALL() 3212 return float32_sub(float16_to_float32(a, true, s), in RVVCALL() 3213 float16_to_float32(b, true, s), s); in RVVCALL() 3234 return float32_add(a, float16_to_float32(b, true, s), s); in RVVCALL() 3253 return float32_sub(a, float16_to_float32(b, true, s), s); in RVVCALL() 3322 return float32_mul(float16_to_float32(a, true, s), in RVVCALL() 3323 float16_to_float32(b, true, s), s); in RVVCALL() 3595 return float32_muladd(float16_to_float32(a, true, s), in RVVCALL() 3596 float16_to_float32(b, true, s), d, 0, s); in RVVCALL() [all …]
|
H A D | fpu_helper.c | 737 return nanbox_s(env, float16_to_float32(frs1, true, &env->fp_status)); in helper_fcvt_s_h()
|
/openbmc/qemu/target/tricore/ |
H A D | fpu_helper.c | 398 result = float16_to_float32(f_arg, true, &env->fp_status); in helper_hptof()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 116 WRAP_SF_TO_SF_IEEE(qemu_f16_to_f32, float16_to_float32, float16, float32)
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 526 float32 r = float16_to_float32(a, !ahp_mode, fpst); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 195 float32 float16_to_float32(float16, bool ieee, float_status *status);
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 597 d->ZMM_S(i) = float16_to_float32(s->ZMM_H(i), true, &env->sse_status); in glue()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 3393 r = float16_to_float32(m[H2(e * 2 + top)], ieee, fpst); in do_vcvt_hs()
|
H A D | sve_helper.c | 4478 ret = float16_to_float32(f, true, fpst);
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 2566 return float16_to_float32(h, true, status); in float16_cvt_float32()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2750 float32 float16_to_float32(float16 a, bool ieee, float_status *s) in float16_to_float32() function
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 6330 f_val = float16_to_float32((float16)a, ieee, status); in float32_from_float16()
|