Searched refs:_mm256_mullo_epi32 (Results 1 – 4 of 4) sorted by relevance
531 AI SkNx operator * (const SkNx& o) const { return _mm256_mullo_epi32(fVec, o.fVec); }565 AI SkNx operator * (const SkNx& o) const { return _mm256_mullo_epi32(fVec, o.fVec); }
580 Packet8i indices = _mm256_mullo_epi32(stride_vector, stride_multiplier);601 Packet8i indices = _mm256_mullo_epi32(stride_vector, stride_multiplier);
859 return _mm256_mullo_epi32(a, b); in test_mm256_mullo_epi32()
469 _mm256_mullo_epi32 (__m256i __a, __m256i __b) in _mm256_mullo_epi32() function