Home
last modified time | relevance | path

Searched refs:float32_is_neg (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Darch.c274 uint8_t RsV_sign = float32_is_neg(RsV); in arch_sf_recip_common()
275 uint8_t RtV_sign = float32_is_neg(RtV); in arch_sf_recip_common()
294 uint8_t RsV_sign = float32_is_neg(RsV); in arch_sf_recip_common()
295 uint8_t RtV_sign = float32_is_neg(RtV); in arch_sf_recip_common()
H A Dop_helper.c574 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV) && !float32_is_zero(RsV)) { in HELPER()
604 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV) && !float32_is_zero(RsV)) { in HELPER()
694 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV) && !float32_is_zero(RsV)) { in HELPER()
724 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV) && !float32_is_zero(RsV)) { in HELPER()
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c739 bool f32_sign = float32_is_neg(f32); in do_recpe_f32()
757 return float32_set_sign(float32_zero, float32_is_neg(f32)); in do_recpe_f32()
760 return float32_set_sign(float32_infinity, float32_is_neg(f32)); in do_recpe_f32()
771 return float32_set_sign(float32_zero, float32_is_neg(f32)); in do_recpe_f32()
990 uint32_t f32_sign = float32_is_neg(f32); in do_rsqrte_f32()
1009 return float32_set_sign(float32_infinity, float32_is_neg(f32)); in do_rsqrte_f32()
1010 } else if (float32_is_neg(f32)) { in do_rsqrte_f32()
H A Dsve_helper.c5538 if (float32_is_neg(mm)) { in HELPER()
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c221 if (float32_is_neg(arg1)) { in helper_qseed()
226 } else if (float32_is_neg(arg1)) { in helper_qseed()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c324 if (float32_is_neg(v) && !float32_is_any_nan(v)) { in HELPER()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c204 if (no_neg && float32_is_neg(ops[i].f32)) { in fill_random()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c354 bool sign = float32_is_neg(f); in helper_fclass_s()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c145 } else if (float32_is_neg(v)) { in set_cc_nz_f32()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2334 prod_sign = float32_is_neg(ua.s) ^ float32_is_neg(ub.s); in float32_muladd()
2882 return float64_set_sign(float64_zero, float32_is_neg(a)); in float32_to_float64()
4721 float32_is_neg(ua.s))) { in float32_sqrt()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h645 static inline bool float32_is_neg(float32 a) in float32_is_neg() function
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1185 } else if (float32_is_neg(arg)) { in float_class_s()
/openbmc/qemu/target/riscv/
H A Dvector_helper.c3890 bool sign = float32_is_neg(f); in frsqrt7_s()
4097 bool sign = float32_is_neg(f); in frec7_s()
4470 bool sign = float32_is_neg(f); in fclass_s()