Searched refs:_mm512_i32gather_ps (Results 1 – 4 of 4) sorted by relevance
487 return _mm512_i32gather_ps(idx, p, static_cast<int>(ScaleT));
573 return _mm512_i32gather_ps(indices, from, 4);
5148 return _mm512_i32gather_ps(__index, __addr, 2); in test_mm512_i32gather_ps()
8148 #define _mm512_i32gather_ps(index, addr, scale) __extension__ ({\ macro