Searched refs:_mm_i32gather_ps (Results 1 – 3 of 3) sorted by relevance
57 return _mm_i32gather_ps(p, idx, static_cast<const int>(ScaleT));
510 return _mm_i32gather_ps(b, c, 2); in test_mm_i32gather_ps()
1220 #define _mm_i32gather_ps(m, i, s) __extension__ ({ \ macro