Home
last modified time | relevance | path

Searched refs:float16_is_neg (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c686 uint32_t f16_sign = float16_is_neg(f16); in HELPER()
704 return float16_set_sign(float16_zero, float16_is_neg(f16)); in HELPER()
707 return float16_set_sign(float16_infinity, float16_is_neg(f16)); in HELPER()
718 return float16_set_sign(float16_zero, float16_is_neg(f16)); in HELPER()
941 bool f16_sign = float16_is_neg(f16); in HELPER()
H A Dsve_helper.c5507 if (float16_is_neg(mm)) {
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h268 static inline bool float16_is_neg(float16 a) in float16_is_neg() function
/openbmc/qemu/target/riscv/
H A Dvector_helper.c3850 bool sign = float16_is_neg(f); in frsqrt7_h()
4065 bool sign = float16_is_neg(f); in frec7_h()
4451 bool sign = float16_is_neg(f); in GEN_VEXT_CMP_VF()