Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dvfp_helper.c668 uint32_t f16_sign = float16_is_neg(f16); in HELPER()
686 return float16_set_sign(float16_zero, float16_is_neg(f16)); in HELPER()
689 return float16_set_sign(float16_infinity, float16_is_neg(f16)); in HELPER()
700 return float16_set_sign(float16_zero, float16_is_neg(f16)); in HELPER()
869 bool f16_sign = float16_is_neg(f16); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h264 static inline bool float16_is_neg(float16 a) in float16_is_neg() function
/openbmc/qemu/target/riscv/
H A Dvector_helper.c3800 bool sign = float16_is_neg(f); in frsqrt7_h()
4015 bool sign = float16_is_neg(f); in frec7_h()
4401 bool sign = float16_is_neg(f); in GEN_VEXT_CMP_VF()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4997 if (float16_is_neg(mm)) {