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

/external/valgrind/main/none/tests/
H A Dshortpush.c4 UShort mul16 ( UShort a, UShort b );
8 UShort x = mul16 ( 10, 20 );
12 UShort mul16 ( UShort a, UShort b ) function
/external/valgrind/main/VEX/priv/
H A Dhost_generic_simd64.c204 static inline Short mul16 ( Short xx, Short yy ) function
637 mul16( sel16x4_3(xx), sel16x4_3(yy) ),
638 mul16( sel16x4_2(xx), sel16x4_2(yy) ),
639 mul16( sel16x4_1(xx), sel16x4_1(yy) ),
640 mul16( sel16x4_0(xx), sel16x4_0(yy) )

Completed in 75 milliseconds