• Home
  • Raw
  • Download

Lines Matching refs:addr

6 void test_mm512_mask_prefetch_i32gather_pd(__m256i index, __mmask8 mask, void const *addr, int hint…  in test_mm512_mask_prefetch_i32gather_pd()  argument
9 return _mm512_mask_prefetch_i32gather_pd(index, mask, addr, 2, _MM_HINT_T0); in test_mm512_mask_prefetch_i32gather_pd()
12 void test_mm512_prefetch_i32gather_pd(__m256i index, void const *addr, int hint) { in test_mm512_prefetch_i32gather_pd() argument
15 return _mm512_prefetch_i32gather_pd(index, addr, 2, _MM_HINT_T0); in test_mm512_prefetch_i32gather_pd()
18 void test_mm512_mask_prefetch_i32gather_ps(__m512i index, __mmask16 mask, void const *addr, int hin… in test_mm512_mask_prefetch_i32gather_ps() argument
21 return _mm512_mask_prefetch_i32gather_ps(index, mask, addr, 2, _MM_HINT_T0); in test_mm512_mask_prefetch_i32gather_ps()
24 void test_mm512_prefetch_i32gather_ps(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i32gather_ps() argument
27 return _mm512_prefetch_i32gather_ps(index, addr, 2, _MM_HINT_T0); in test_mm512_prefetch_i32gather_ps()
30 void test_mm512_mask_prefetch_i64gather_pd(__m512i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i64gather_pd() argument
33 return _mm512_mask_prefetch_i64gather_pd(index, mask, addr, 2, _MM_HINT_T0); in test_mm512_mask_prefetch_i64gather_pd()
36 void test_mm512_prefetch_i64gather_pd(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i64gather_pd() argument
39 return _mm512_prefetch_i64gather_pd(index, addr, 2, _MM_HINT_T0); in test_mm512_prefetch_i64gather_pd()
42 void test_mm512_mask_prefetch_i64gather_ps(__m512i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i64gather_ps() argument
45 return _mm512_mask_prefetch_i64gather_ps(index, mask, addr, 2, _MM_HINT_T0); in test_mm512_mask_prefetch_i64gather_ps()
48 void test_mm512_prefetch_i64gather_ps(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i64gather_ps() argument
51 return _mm512_prefetch_i64gather_ps(index, addr, 2, _MM_HINT_T0); in test_mm512_prefetch_i64gather_ps()
54 void test_mm512_prefetch_i32scatter_pd(void *addr, __m256i index) { in test_mm512_prefetch_i32scatter_pd() argument
57 return _mm512_prefetch_i32scatter_pd(addr, index, 1, _MM_HINT_T1); in test_mm512_prefetch_i32scatter_pd()
60 void test_mm512_mask_prefetch_i32scatter_pd(void *addr, __mmask8 mask, __m256i index) { in test_mm512_mask_prefetch_i32scatter_pd() argument
63 return _mm512_mask_prefetch_i32scatter_pd(addr, mask, index, 1, _MM_HINT_T1); in test_mm512_mask_prefetch_i32scatter_pd()
66 void test_mm512_prefetch_i32scatter_ps(void *addr, __m512i index) { in test_mm512_prefetch_i32scatter_ps() argument
69 return _mm512_prefetch_i32scatter_ps(addr, index, 1, _MM_HINT_T1); in test_mm512_prefetch_i32scatter_ps()
72 void test_mm512_mask_prefetch_i32scatter_ps(void *addr, __mmask16 mask, __m512i index) { in test_mm512_mask_prefetch_i32scatter_ps() argument
75 return _mm512_mask_prefetch_i32scatter_ps(addr, mask, index, 1, _MM_HINT_T1); in test_mm512_mask_prefetch_i32scatter_ps()
78 void test_mm512_prefetch_i64scatter_pd(void *addr, __m512i index) { in test_mm512_prefetch_i64scatter_pd() argument
81 return _mm512_prefetch_i64scatter_pd(addr, index, 1, _MM_HINT_T1); in test_mm512_prefetch_i64scatter_pd()
84 void test_mm512_mask_prefetch_i64scatter_pd(void *addr, __mmask16 mask, __m512i index) { in test_mm512_mask_prefetch_i64scatter_pd() argument
87 return _mm512_mask_prefetch_i64scatter_pd(addr, mask, index, 1, _MM_HINT_T1); in test_mm512_mask_prefetch_i64scatter_pd()
90 void test_mm512_prefetch_i64scatter_ps(void *addr, __m512i index) { in test_mm512_prefetch_i64scatter_ps() argument
93 return _mm512_prefetch_i64scatter_ps(addr, index, 1, _MM_HINT_T1); in test_mm512_prefetch_i64scatter_ps()
96 void test_mm512_mask_prefetch_i64scatter_ps(void *addr, __mmask16 mask, __m512i index) { in test_mm512_mask_prefetch_i64scatter_ps() argument
99 return _mm512_mask_prefetch_i64scatter_ps(addr, mask, index, 1, _MM_HINT_T1); in test_mm512_mask_prefetch_i64scatter_ps()