Searched refs:_mm256_mullo_epi64 (Results 1 – 3 of 3) sorted by relevance
88 return _mm256_mullo_epi64(a, b); in mm256_mullo_epi64_wrap()
11 return _mm256_mullo_epi64(__A, __B); in test_mm256_mullo_epi64()
35 _mm256_mullo_epi64 (__m256i __A, __m256i __B) { in _mm256_mullo_epi64() function