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.c759 return nanbox_s(env, bfloat16_to_float32(frs1, &env->fp_status)); in helper_fcvt_s_bf16()
H A Dvector_helper.c3666 return float32_muladd(bfloat16_to_float32(a, s), in RVVCALL()
3667 bfloat16_to_float32(b, s), d, 0, s); in RVVCALL()
4625 RVVCALL(OPFVV1, vfwcvtbf16_f_f_v, WOP_UU_H, H4, H2, bfloat16_to_float32) in RVVCALL()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h369 float32 bfloat16_to_float32(bfloat16, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c2913 float32 bfloat16_to_float32(bfloat16 a, float_status *s) in bfloat16_to_float32() function