Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h308 static inline float16 float16_ah_chs(float16 a) in float16_ah_chs() function
H A Dsme_helper.c1214 uint32_t l = pg & 1 ? float16_ah_chs(pair) : 0; in f16mop_ah_neg_adj_pair()
1215 uint32_t h = pg & 4 ? float16_ah_chs(pair >> 16) : 0; in f16mop_ah_neg_adj_pair()