Lines Matching refs:scale

34 #define _mm512_mask_prefetch_i32gather_pd(index, mask, addr, scale, hint) __extension__ ({\
36 (long long const *)(addr), (int)(scale), \
39 #define _mm512_prefetch_i32gather_pd(index, addr, scale, hint) __extension__ ({\
41 (long long const *)(addr), (int)(scale), \
44 #define _mm512_mask_prefetch_i32gather_ps(index, mask, addr, scale, hint) ({\
47 (int)(scale), (int)(hint)); })
49 #define _mm512_prefetch_i32gather_ps(index, addr, scale, hint) ({\
52 (int)(scale), (int)(hint)); })
54 #define _mm512_mask_prefetch_i64gather_pd(index, mask, addr, scale, hint) __extension__ ({\
56 (long long const *)(addr), (int)(scale), \
59 #define _mm512_prefetch_i64gather_pd(index, addr, scale, hint) __extension__ ({\
61 (long long const *)(addr), (int)(scale), \
64 #define _mm512_mask_prefetch_i64gather_ps(index, mask, addr, scale, hint) ({\
66 (int const *)(addr), (int)(scale), (int)(hint)); })
68 #define _mm512_prefetch_i64gather_ps(index, addr, scale, hint) ({\
70 (int const *)(addr), (int)(scale), (int)(hint)); })
72 #define _mm512_prefetch_i32scatter_pd(addr, index, scale, hint) __extension__ ({\
74 (long long *)(addr), (int)(scale), \
77 #define _mm512_mask_prefetch_i32scatter_pd(addr, mask, index, scale, hint) __extension__ ({\
79 (long long *)(addr), (int)(scale), \
82 #define _mm512_prefetch_i32scatter_ps(addr, index, scale, hint) __extension__ ({\
84 (int *)(addr), (int)(scale), (int)(hint)); })
86 #define _mm512_mask_prefetch_i32scatter_ps(addr, mask, index, scale, hint) __extension__ ({\
89 (int)(scale), (int)(hint)); })
91 #define _mm512_prefetch_i64scatter_pd(addr, index, scale, hint) __extension__ ({\
93 (long long *)(addr), (int)(scale), \
96 #define _mm512_mask_prefetch_i64scatter_pd(addr, mask, index, scale, hint) __extension__ ({\
98 (long long *)(addr), (int)(scale), \
101 #define _mm512_prefetch_i64scatter_ps(addr, index, scale, hint) __extension__ ({\
103 (int *)(addr), (int)(scale), (int)(hint)); })
105 #define _mm512_mask_prefetch_i64scatter_ps(addr, mask, index, scale, hint) __extension__ ({\
107 (int *)(addr), (int)(scale), (int)(hint)); })