Lines Matching refs:addr

17 #define _mm512_mask_prefetch_i32gather_pd(index, mask, addr, scale, hint) \  argument
19 (void const *)(addr), (int)(scale), \
22 #define _mm512_prefetch_i32gather_pd(index, addr, scale, hint) \ argument
24 (void const *)(addr), (int)(scale), \
27 #define _mm512_mask_prefetch_i32gather_ps(index, mask, addr, scale, hint) \ argument
29 (__v16si)(__m512i)(index), (void const *)(addr), \
32 #define _mm512_prefetch_i32gather_ps(index, addr, scale, hint) \ argument
34 (__v16si)(__m512i)(index), (void const *)(addr), \
37 #define _mm512_mask_prefetch_i64gather_pd(index, mask, addr, scale, hint) \ argument
39 (void const *)(addr), (int)(scale), \
42 #define _mm512_prefetch_i64gather_pd(index, addr, scale, hint) \ argument
44 (void const *)(addr), (int)(scale), \
47 #define _mm512_mask_prefetch_i64gather_ps(index, mask, addr, scale, hint) \ argument
49 (void const *)(addr), (int)(scale), (int)(hint))
51 #define _mm512_prefetch_i64gather_ps(index, addr, scale, hint) \ argument
53 (void const *)(addr), (int)(scale), (int)(hint))
55 #define _mm512_prefetch_i32scatter_pd(addr, index, scale, hint) \ argument
57 (void *)(addr), (int)(scale), \
60 #define _mm512_mask_prefetch_i32scatter_pd(addr, mask, index, scale, hint) \ argument
62 (void *)(addr), (int)(scale), \
65 #define _mm512_prefetch_i32scatter_ps(addr, index, scale, hint) \ argument
67 (void *)(addr), (int)(scale), (int)(hint))
69 #define _mm512_mask_prefetch_i32scatter_ps(addr, mask, index, scale, hint) \ argument
71 (__v16si)(__m512i)(index), (void *)(addr), \
74 #define _mm512_prefetch_i64scatter_pd(addr, index, scale, hint) \ argument
76 (void *)(addr), (int)(scale), \
79 #define _mm512_mask_prefetch_i64scatter_pd(addr, mask, index, scale, hint) \ argument
81 (void *)(addr), (int)(scale), \
84 #define _mm512_prefetch_i64scatter_ps(addr, index, scale, hint) \ argument
86 (void *)(addr), (int)(scale), (int)(hint))
88 #define _mm512_mask_prefetch_i64scatter_ps(addr, mask, index, scale, hint) \ argument
90 (void *)(addr), (int)(scale), (int)(hint))