Home | History | Annotate | Download | only in priv

Lines Matching full:qadd16s

152 static inline Short qadd16S ( Short xx, Short yy ) 
523 qadd16S( sel16x4_3(xx), sel16x4_3(yy) ),
524 qadd16S( sel16x4_2(xx), sel16x4_2(yy) ),
525 qadd16S( sel16x4_1(xx), sel16x4_1(yy) ),
526 qadd16S( sel16x4_0(xx), sel16x4_0(yy) )
1258 return mk16x2( qadd16S( sel16x2_1(xx), sel16x2_1(yy) ),
1259 qadd16S( sel16x2_0(xx), sel16x2_0(yy) ) );