Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dvis_helper.c545 static inline int16_t do_fmean16(int16_t src1, int16_t src2) in do_fmean16() function
558 r.VIS_SW64(0) = do_fmean16(s1.VIS_SW64(0), s2.VIS_SW64(0)); in helper_fmean16()
559 r.VIS_SW64(1) = do_fmean16(s1.VIS_SW64(1), s2.VIS_SW64(1)); in helper_fmean16()
560 r.VIS_SW64(2) = do_fmean16(s1.VIS_SW64(2), s2.VIS_SW64(2)); in helper_fmean16()
561 r.VIS_SW64(3) = do_fmean16(s1.VIS_SW64(3), s2.VIS_SW64(3)); in helper_fmean16()