Searched refs:float64_infinity (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 789 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER() 794 return float64_set_sign(float64_infinity, f64_sign); in HELPER() 979 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 922 #define float64_infinity make_float64(0x7ff0000000000000LL) macro
|
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 3904 return float64_set_sign(float64_infinity, sign); in frsqrt7_d() 4089 return float64_set_sign(float64_infinity, sign); in frec7_d()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4226 DO_REDUCE(sve_fminv_d, float64, H1_8, min, float64_infinity) in DO_REDUCE() 4230 DO_REDUCE(sve_fmaxv_d, float64, H1_8, max, float64_chs(float64_infinity)) in DO_REDUCE()
|