Home
last modified time | relevance | path

Searched refs:float64_is_neg (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c798 bool f64_sign = float64_is_neg(f64); in HELPER()
816 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
819 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
830 return float64_set_sign(float64_zero, float64_is_neg(f64)); in HELPER()
1053 bool f64_sign = float64_is_neg(f64); in HELPER()
1071 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
1072 } else if (float64_is_neg(f64)) { in HELPER()
H A Dsve_helper.c5573 if (float64_is_neg(mm)) { in HELPER()
/openbmc/qemu/target/hexagon/
H A Dfma_emu.c468 a_sign = float64_is_neg(a); in internal_mpyhh()
469 b_sign = float64_is_neg(b); in internal_mpyhh()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c302 if (float64_is_neg(v) && !float64_is_any_nan(v)) { in HELPER()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c211 if (no_neg && float64_is_neg(ops[i].f64)) { in fill_random()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c372 bool sign = float64_is_neg(f); in helper_fclass_d()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c158 } else if (float64_is_neg(v)) { in set_cc_nz_f64()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h841 static inline bool float64_is_neg(float64 a) in float64_is_neg() function
/openbmc/qemu/fpu/
H A Dsoftfloat.c2402 prod_sign = float64_is_neg(ua.s) ^ float64_is_neg(ub.s); in float64_muladd()
4748 float64_is_neg(ua.s))) { in float64_sqrt()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1151 } else if (float64_is_neg(arg)) { in float_class_d()