Home
last modified time | relevance | path

Searched refs:bfloat16_to_float32 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dfpu_helper.c760 return nanbox_s(env, bfloat16_to_float32(frs1, &env->fp_status)); in helper_fcvt_s_bf16()
H A Dvector_helper.c3616 return float32_muladd(bfloat16_to_float32(a, s), in RVVCALL()
3617 bfloat16_to_float32(b, s), d, 0, s); in RVVCALL()
4575 RVVCALL(OPFVV1, vfwcvtbf16_f_f_v, WOP_UU_H, H4, H2, bfloat16_to_float32) in RVVCALL()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h365 float32 bfloat16_to_float32(bfloat16, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c2837 float32 bfloat16_to_float32(bfloat16 a, float_status *s) in bfloat16_to_float32() function