Searched refs:float16_infinity (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vfp_helper.c | 707 return float16_set_sign(float16_infinity, float16_is_neg(f16)); in HELPER() 712 return float16_set_sign(float16_infinity, f16_sign); in HELPER() 960 return float16_set_sign(float16_infinity, f16_sign); in HELPER()
|
| H A D | sve_helper.c | 4538 DO_REDUCE(fmin,h, float16, H1_2, float16_min, float16_infinity) in DO_REDUCE() 4542 DO_REDUCE(fmax,h, float16, H1_2, float16_max, float16_chs(float16_infinity)) in DO_REDUCE() 4546 DO_REDUCE(ah_fmin,h, float16, H1_2, helper_vfp_ah_minh, float16_infinity) in DO_REDUCE() 4551 float16_chs(float16_infinity)) in DO_REDUCE()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 361 #define float16_infinity make_float16(0x7c00) macro
|
| /openbmc/qemu/target/riscv/ |
| H A D | vector_helper.c | 3874 return float16_set_sign(float16_infinity, sign); in frsqrt7_h() 4075 return float16_set_sign(float16_infinity, sign); in frec7_h()
|