Home
last modified time | relevance | path

Searched refs:float16_sqrt (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dfpu_helper.c615 return nanbox_h(env, float16_sqrt(frs1, &env->fp_status)); in helper_fsqrt_h()
H A Dvector_helper.c3785 RVVCALL(OPFVV1, vfsqrt_v_h, OP_UU_H, H2, H2, float16_sqrt)
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c301 return float16_sqrt(a, fpst); in VFP_BINOP()
H A Dsve_helper.c4997 DO_ZPZ_FP(sve_fsqrt_h, uint16_t, H1_2, float16_sqrt) in DO_ZPZ_FP()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h255 float16 float16_sqrt(float16, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c4675 float16 QEMU_FLATTEN float16_sqrt(float16 a, float_status *status) in float16_sqrt() function