Lines Matching refs:addr
8 void test_mm512_mask_prefetch_i32gather_pd(__m256i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i32gather_pd() argument
11 return _mm512_mask_prefetch_i32gather_pd(index, mask, addr, 2, 1); in test_mm512_mask_prefetch_i32gather_pd()
14 void test_mm512_prefetch_i32gather_pd(__m256i index, void const *addr, int hint) { in test_mm512_prefetch_i32gather_pd() argument
17 return _mm512_prefetch_i32gather_pd(index, addr, 2, 1); in test_mm512_prefetch_i32gather_pd()
20 void test_mm512_mask_prefetch_i32gather_ps(__m512i index, __mmask16 mask, void const *addr, int hin… in test_mm512_mask_prefetch_i32gather_ps() argument
23 return _mm512_mask_prefetch_i32gather_ps(index, mask, addr, 2, 1); in test_mm512_mask_prefetch_i32gather_ps()
26 void test_mm512_prefetch_i32gather_ps(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i32gather_ps() argument
29 return _mm512_prefetch_i32gather_ps(index, addr, 2, 1); in test_mm512_prefetch_i32gather_ps()
32 void test_mm512_mask_prefetch_i64gather_pd(__m512i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i64gather_pd() argument
35 return _mm512_mask_prefetch_i64gather_pd(index, mask, addr, 2, 1); in test_mm512_mask_prefetch_i64gather_pd()
38 void test_mm512_prefetch_i64gather_pd(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i64gather_pd() argument
41 return _mm512_prefetch_i64gather_pd(index, addr, 2, 1); in test_mm512_prefetch_i64gather_pd()
44 void test_mm512_mask_prefetch_i64gather_ps(__m512i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i64gather_ps() argument
47 return _mm512_mask_prefetch_i64gather_ps(index, mask, addr, 2, 1); in test_mm512_mask_prefetch_i64gather_ps()
50 void test_mm512_prefetch_i64gather_ps(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i64gather_ps() argument
53 return _mm512_prefetch_i64gather_ps(index, addr, 2, 1); in test_mm512_prefetch_i64gather_ps()
56 void test_mm512_prefetch_i32scatter_pd(void *addr, __m256i index) { in test_mm512_prefetch_i32scatter_pd() argument
59 return _mm512_prefetch_i32scatter_pd(addr, index, 1, 2); in test_mm512_prefetch_i32scatter_pd()
62 void test_mm512_mask_prefetch_i32scatter_pd(void *addr, __mmask8 mask, __m256i index) { in test_mm512_mask_prefetch_i32scatter_pd() argument
65 return _mm512_mask_prefetch_i32scatter_pd(addr, mask, index, 1, 2); in test_mm512_mask_prefetch_i32scatter_pd()
68 void test_mm512_prefetch_i32scatter_ps(void *addr, __m512i index) { in test_mm512_prefetch_i32scatter_ps() argument
71 return _mm512_prefetch_i32scatter_ps(addr, index, 1, 2); in test_mm512_prefetch_i32scatter_ps()
74 void test_mm512_mask_prefetch_i32scatter_ps(void *addr, __mmask16 mask, __m512i index) { in test_mm512_mask_prefetch_i32scatter_ps() argument
77 return _mm512_mask_prefetch_i32scatter_ps(addr, mask, index, 1, 2); in test_mm512_mask_prefetch_i32scatter_ps()
80 void test_mm512_prefetch_i64scatter_pd(void *addr, __m512i index) { in test_mm512_prefetch_i64scatter_pd() argument
83 return _mm512_prefetch_i64scatter_pd(addr, index, 1, 2); in test_mm512_prefetch_i64scatter_pd()
86 void test_mm512_mask_prefetch_i64scatter_pd(void *addr, __mmask16 mask, __m512i index) { in test_mm512_mask_prefetch_i64scatter_pd() argument
89 return _mm512_mask_prefetch_i64scatter_pd(addr, mask, index, 1, 2); in test_mm512_mask_prefetch_i64scatter_pd()
92 void test_mm512_prefetch_i64scatter_ps(void *addr, __m512i index) { in test_mm512_prefetch_i64scatter_ps() argument
95 return _mm512_prefetch_i64scatter_ps(addr, index, 1, 2); in test_mm512_prefetch_i64scatter_ps()
98 void test_mm512_mask_prefetch_i64scatter_ps(void *addr, __mmask16 mask, __m512i index) { in test_mm512_mask_prefetch_i64scatter_ps() argument
101 return _mm512_mask_prefetch_i64scatter_ps(addr, mask, index, 1, 2); in test_mm512_mask_prefetch_i64scatter_ps()