Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h310 return float16_is_any_nan(a) ? a : float16_chs(a); in float16_ah_chs()
325 return fpcr_ah && float16_is_any_nan(a) ? a : float16_chs(a); in float16_maybe_ah_chs()
H A Dvec_helper.c1637 return float16_muladd(float16_chs(op1), op2, dest, 0, stat); in float16_mulsub_f()
H A Dsve_helper.c4542 DO_REDUCE(fmax,h, float16, H1_2, float16_max, float16_chs(float16_infinity)) in DO_REDUCE()
4551 float16_chs(float16_infinity)) in DO_REDUCE()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h301 static inline float16 float16_chs(float16 a) in float16_chs() function