Searched defs:hsub16S (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_generic_simd64.c433 static inline Short hsub16S ( Short xx, Short yy ) function
1261 return mk16x2( hsub16S( sel16x2_1(xx), sel16x2_1(yy) ),
1262 hsub16S( sel16x2_0(xx), sel16x2_0(yy) ) );

Completed in 44 milliseconds