Searched refs:float16_to_float32 (Results 1 – 13 of 13) sorted by relevance
| /openbmc/qemu/target/riscv/ |
| H A D | vector_helper.c | 3240 return float32_add(float16_to_float32(a, true, s), in RVVCALL() 3241 float16_to_float32(b, true, s), s); in RVVCALL() 3262 return float32_sub(float16_to_float32(a, true, s), in RVVCALL() 3263 float16_to_float32(b, true, s), s); in RVVCALL() 3284 return float32_add(a, float16_to_float32(b, true, s), s); in RVVCALL() 3303 return float32_sub(a, float16_to_float32(b, true, s), s); in RVVCALL() 3372 return float32_mul(float16_to_float32(a, true, s), in RVVCALL() 3373 float16_to_float32(b, true, s), s); in RVVCALL() 3645 return float32_muladd(float16_to_float32(a, true, s), in RVVCALL() 3646 float16_to_float32(b, true, s), d, 0, s); in RVVCALL() [all …]
|
| H A D | fpu_helper.c | 736 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/tcg/ |
| H A D | vfp_helper.c | 507 float32 r = float16_to_float32(a, !ahp_mode, fpst); in HELPER()
|
| H A D | sme_helper.c | 1268 t32 = float16_to_float32(t16, true, s_f16); in f16_dotadd()
|
| H A D | mve_helper.c | 3400 r = float16_to_float32(m[H2(e * 2 + top)], ieee, fpst); in do_vcvt_hs()
|
| H A D | sve_helper.c | 4851 ret = float16_to_float32(f, true, fpst);
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 197 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/loongarch/tcg/ |
| H A D | vec_helper.c | 2565 return float16_to_float32(h, true, status); in float16_cvt_float32()
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 2826 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 | 6331 f_val = float16_to_float32((float16)a, ieee, status); in float32_from_float16()
|