Searched refs:bfloat16_to_float32 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 760 return nanbox_s(env, bfloat16_to_float32(frs1, &env->fp_status)); in helper_fcvt_s_bf16()
|
H A D | vector_helper.c | 3616 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 D | softfloat.h | 365 float32 bfloat16_to_float32(bfloat16, float_status *status);
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2837 float32 bfloat16_to_float32(bfloat16 a, float_status *s) in bfloat16_to_float32() function
|