Home | History | Annotate | Download | only in core

Lines Matching refs:shl1

267         simd16scalari shl1 = _simd16_slli_epi32(cvt1,  8);
271 simd16scalari dst = _simd16_or_si(_simd16_or_si(cvt0, shl1), _simd16_or_si(shl2, shl3));
326 simdscalari shl1 = _simd_slli_epi32(cvt1, 8);
328 simdscalari dst = _simd_or_si(cvt0, shl1);