Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dvfp_helper.c687 return float16_set_sign(float16_infinity, float16_is_neg(f16)); in HELPER()
692 return float16_set_sign(float16_infinity, f16_sign); in HELPER()
886 return float16_set_sign(float16_infinity, f16_sign); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h357 #define float16_infinity make_float16(0x7c00) macro
/openbmc/qemu/target/riscv/
H A Dvector_helper.c3564 return float16_set_sign(float16_infinity, sign); in frsqrt7_h()
3765 return float16_set_sign(float16_infinity, sign); in frec7_h()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4223 DO_REDUCE(sve_fminv_h, float16, H1_2, min, float16_infinity) in DO_REDUCE()
4227 DO_REDUCE(sve_fmaxv_h, float16, H1_2, max, float16_chs(float16_infinity)) in DO_REDUCE()