Home
last modified time | relevance | path

Searched refs:bfloat16_ah_chs (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h303 static inline float16 bfloat16_ah_chs(float16 a) in bfloat16_ah_chs() function
H A Dsme_helper.c1221 uint32_t l = pg & 1 ? bfloat16_ah_chs(pair) : 0; in bf16mop_ah_neg_adj_pair()
1222 uint32_t h = pg & 4 ? bfloat16_ah_chs(pair >> 16) : 0; in bf16mop_ah_neg_adj_pair()