Searched refs:float16_infinity (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 689 return float16_set_sign(float16_infinity, float16_is_neg(f16)); in HELPER() 694 return float16_set_sign(float16_infinity, f16_sign); in HELPER() 888 return float16_set_sign(float16_infinity, f16_sign); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 357 #define float16_infinity make_float16(0x7c00) macro
|
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 3824 return float16_set_sign(float16_infinity, sign); in frsqrt7_h() 4025 return float16_set_sign(float16_infinity, sign); in frec7_h()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4224 DO_REDUCE(sve_fminv_h, float16, H1_2, min, float16_infinity) in DO_REDUCE() 4228 DO_REDUCE(sve_fmaxv_h, float16, H1_2, max, float16_chs(float16_infinity)) in DO_REDUCE()
|