Home
last modified time | relevance | path

Searched refs:bfloat16_chs (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h305 return bfloat16_is_any_nan(a) ? a : bfloat16_chs(a); in bfloat16_ah_chs()
H A Dvec_helper.c1643 return bfloat16_muladd(bfloat16_chs(op1), op2, dest, 0, stat); in bfloat16_mulsub_f()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h495 static inline bfloat16 bfloat16_chs(bfloat16 a) in bfloat16_chs() function