Home | History | Annotate | Download | only in priv

Lines Matching full:mul16

204 static inline Short mul16 ( Short xx, Short yy )
627 mul16( sel16x4_3(xx), sel16x4_3(yy) ),
628 mul16( sel16x4_2(xx), sel16x4_2(yy) ),
629 mul16( sel16x4_1(xx), sel16x4_1(yy) ),
630 mul16( sel16x4_0(xx), sel16x4_0(yy) )