Searched refs:VIS_SW64 (Results 1 – 1 of 1) sorted by relevance
67 #define VIS_SW64(n) sw[3 - (n)] macro76 #define VIS_SW64(n) sw[n] macro135 d.VIS_W64(0) = do_ms16b(s.VIS_B32(0), d.VIS_SW64(0)); in helper_fmul8x16()136 d.VIS_W64(1) = do_ms16b(s.VIS_B32(1), d.VIS_SW64(1)); in helper_fmul8x16()137 d.VIS_W64(2) = do_ms16b(s.VIS_B32(2), d.VIS_SW64(2)); in helper_fmul8x16()291 r |= (s1.VIS_SW64(i) <= s2.VIS_SW64(i)) << i; in helper_fcmple16()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()[all …]