Home
last modified time | relevance | path

Searched refs:float32_is_neg (Results 1 – 14 of 14) 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 Dfma_emu.c609 uint8_t a_sign = float32_is_neg(a); in internal_fmafx()
610 uint8_t b_sign = float32_is_neg(b); in internal_fmafx()
611 uint8_t c_sign = float32_is_neg(c); in internal_fmafx()
H A Dop_helper.c687 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV)) { in HELPER()
717 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV)) { in HELPER()
807 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV)) { in HELPER()
837 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV)) { in HELPER()
1214 neg_RsV = float32_set_sign(RsV, float32_is_neg(RsV) ? 0 : 1); in HELPER()
/openbmc/qemu/target/arm/
H A Dvfp_helper.c716 bool f32_sign = float32_is_neg(f32); in HELPER()
734 return float32_set_sign(float32_zero, float32_is_neg(f32)); in HELPER()
737 return float32_set_sign(float32_infinity, float32_is_neg(f32)); in HELPER()
748 return float32_set_sign(float32_zero, float32_is_neg(f32)); in HELPER()
913 uint32_t f32_sign = float32_is_neg(f32); in HELPER()
932 return float32_set_sign(float32_infinity, float32_is_neg(f32)); in HELPER()
933 } else if (float32_is_neg(f32)) { 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.c317 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/
H A Dfpu_helper.c346 bool sign = float32_is_neg(f); in helper_fclass_s()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c146 } else if (float32_is_neg(v)) { in set_cc_nz_f32()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2291 prod_sign = float32_is_neg(ua.s) ^ float32_is_neg(ub.s); in float32_muladd()
2806 return float64_set_sign(float64_zero, float32_is_neg(a)); in float32_to_float64()
4635 float32_is_neg(ua.s))) { in float32_sqrt()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h639 static inline bool float32_is_neg(float32 a) in float32_is_neg() function
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1186 } else if (float32_is_neg(arg)) { in float_class_s()
/openbmc/qemu/target/riscv/
H A Dvector_helper.c3580 bool sign = float32_is_neg(f); in frsqrt7_s()
3787 bool sign = float32_is_neg(f); in frec7_s()
4156 bool sign = float32_is_neg(f); in fclass_s()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c5018 if (float32_is_neg(mm)) { in HELPER()