Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c705 } else if (float16_is_zero(f16)) { in HELPER()
958 } else if (float16_is_zero(f16)) { in HELPER()
H A Dvec_helper.c1412 if ((float16_is_infinity(op1) && float16_is_zero(op2)) || in float16_recps_nf()
1413 (float16_is_infinity(op2) && float16_is_zero(op1))) { in float16_recps_nf()
1437 if ((float16_is_infinity(op1) && float16_is_zero(op2)) || in float16_rsqrts_nf()
1438 (float16_is_infinity(op2) && float16_is_zero(op1))) { in float16_rsqrts_nf()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h278 static inline bool float16_is_zero(float16 a) in float16_is_zero() function
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c7068 #define float16_is_zero(ARG) 0 macro