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 Dhelper-a64.c226 a = float16_chs(a); in HELPER()
271 a = float16_chs(a); in HELPER()
H A Dvec_helper.c1508 return float16_muladd(float16_chs(op1), op2, dest, 0, stat); in float16_mulsub_f()
H A Dsve_helper.c4228 DO_REDUCE(sve_fmaxv_h, float16, H1_2, max, float16_chs(float16_infinity)) in DO_REDUCE()
5063 float16 neg_real = float16_chs(neg_imag); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h297 static inline float16 float16_chs(float16 a) in float16_chs() function