clang 19.0.0git
Macros
avx512pfintrin.h File Reference

Go to the source code of this file.

Macros

#define _mm512_mask_prefetch_i32gather_pd(index, mask, addr, scale, hint)
 
#define _mm512_prefetch_i32gather_pd(index, addr, scale, hint)
 
#define _mm512_mask_prefetch_i32gather_ps(index, mask, addr, scale, hint)
 
#define _mm512_prefetch_i32gather_ps(index, addr, scale, hint)
 
#define _mm512_mask_prefetch_i64gather_pd(index, mask, addr, scale, hint)
 
#define _mm512_prefetch_i64gather_pd(index, addr, scale, hint)
 
#define _mm512_mask_prefetch_i64gather_ps(index, mask, addr, scale, hint)
 
#define _mm512_prefetch_i64gather_ps(index, addr, scale, hint)
 
#define _mm512_prefetch_i32scatter_pd(addr, index, scale, hint)
 
#define _mm512_mask_prefetch_i32scatter_pd(addr, mask, index, scale, hint)
 
#define _mm512_prefetch_i32scatter_ps(addr, index, scale, hint)
 
#define _mm512_mask_prefetch_i32scatter_ps(addr, mask, index, scale, hint)
 
#define _mm512_prefetch_i64scatter_pd(addr, index, scale, hint)
 
#define _mm512_mask_prefetch_i64scatter_pd(addr, mask, index, scale, hint)
 
#define _mm512_prefetch_i64scatter_ps(addr, index, scale, hint)
 
#define _mm512_mask_prefetch_i64scatter_ps(addr, mask, index, scale, hint)
 

Macro Definition Documentation

◆ _mm512_mask_prefetch_i32gather_pd

#define _mm512_mask_prefetch_i32gather_pd (   index,
  mask,
  addr,
  scale,
  hint 
)
Value:
__builtin_ia32_gatherpfdpd((__mmask8)(mask), (__v8si)(__m256i)(index), \
(void const *)(addr), (int)(scale), \
(int)(hint))
unsigned char __mmask8
Definition: avx512fintrin.h:41

Definition at line 17 of file avx512pfintrin.h.

◆ _mm512_mask_prefetch_i32gather_ps

#define _mm512_mask_prefetch_i32gather_ps (   index,
  mask,
  addr,
  scale,
  hint 
)
Value:
__builtin_ia32_gatherpfdps((__mmask16)(mask), \
(__v16si)(__m512i)(index), (void const *)(addr), \
(int)(scale), (int)(hint))
unsigned short __mmask16
Definition: avx512fintrin.h:42

Definition at line 27 of file avx512pfintrin.h.

◆ _mm512_mask_prefetch_i32scatter_pd

#define _mm512_mask_prefetch_i32scatter_pd (   addr,
  mask,
  index,
  scale,
  hint 
)
Value:
__builtin_ia32_scatterpfdpd((__mmask8)(mask), (__v8si)(__m256i)(index), \
(void *)(addr), (int)(scale), \
(int)(hint))

Definition at line 60 of file avx512pfintrin.h.

◆ _mm512_mask_prefetch_i32scatter_ps

#define _mm512_mask_prefetch_i32scatter_ps (   addr,
  mask,
  index,
  scale,
  hint 
)
Value:
__builtin_ia32_scatterpfdps((__mmask16)(mask), \
(__v16si)(__m512i)(index), (void *)(addr), \
(int)(scale), (int)(hint))

Definition at line 69 of file avx512pfintrin.h.

◆ _mm512_mask_prefetch_i64gather_pd

#define _mm512_mask_prefetch_i64gather_pd (   index,
  mask,
  addr,
  scale,
  hint 
)
Value:
__builtin_ia32_gatherpfqpd((__mmask8)(mask), (__v8di)(__m512i)(index), \
(void const *)(addr), (int)(scale), \
(int)(hint))

Definition at line 37 of file avx512pfintrin.h.

◆ _mm512_mask_prefetch_i64gather_ps

#define _mm512_mask_prefetch_i64gather_ps (   index,
  mask,
  addr,
  scale,
  hint 
)
Value:
__builtin_ia32_gatherpfqps((__mmask8)(mask), (__v8di)(__m512i)(index), \
(void const *)(addr), (int)(scale), (int)(hint))

Definition at line 47 of file avx512pfintrin.h.

◆ _mm512_mask_prefetch_i64scatter_pd

#define _mm512_mask_prefetch_i64scatter_pd (   addr,
  mask,
  index,
  scale,
  hint 
)
Value:
__builtin_ia32_scatterpfqpd((__mmask8)(mask), (__v8di)(__m512i)(index), \
(void *)(addr), (int)(scale), \
(int)(hint))

Definition at line 79 of file avx512pfintrin.h.

◆ _mm512_mask_prefetch_i64scatter_ps

#define _mm512_mask_prefetch_i64scatter_ps (   addr,
  mask,
  index,
  scale,
  hint 
)
Value:
__builtin_ia32_scatterpfqps((__mmask8)(mask), (__v8di)(__m512i)(index), \
(void *)(addr), (int)(scale), (int)(hint))

Definition at line 88 of file avx512pfintrin.h.

◆ _mm512_prefetch_i32gather_pd

#define _mm512_prefetch_i32gather_pd (   index,
  addr,
  scale,
  hint 
)
Value:
__builtin_ia32_gatherpfdpd((__mmask8) -1, (__v8si)(__m256i)(index), \
(void const *)(addr), (int)(scale), \
(int)(hint))

Definition at line 22 of file avx512pfintrin.h.

◆ _mm512_prefetch_i32gather_ps

#define _mm512_prefetch_i32gather_ps (   index,
  addr,
  scale,
  hint 
)
Value:
__builtin_ia32_gatherpfdps((__mmask16) -1, \
(__v16si)(__m512i)(index), (void const *)(addr), \
(int)(scale), (int)(hint))

Definition at line 32 of file avx512pfintrin.h.

◆ _mm512_prefetch_i32scatter_pd

#define _mm512_prefetch_i32scatter_pd (   addr,
  index,
  scale,
  hint 
)
Value:
__builtin_ia32_scatterpfdpd((__mmask8)-1, (__v8si)(__m256i)(index), \
(void *)(addr), (int)(scale), \
(int)(hint))

Definition at line 55 of file avx512pfintrin.h.

◆ _mm512_prefetch_i32scatter_ps

#define _mm512_prefetch_i32scatter_ps (   addr,
  index,
  scale,
  hint 
)
Value:
__builtin_ia32_scatterpfdps((__mmask16)-1, (__v16si)(__m512i)(index), \
(void *)(addr), (int)(scale), (int)(hint))

Definition at line 65 of file avx512pfintrin.h.

◆ _mm512_prefetch_i64gather_pd

#define _mm512_prefetch_i64gather_pd (   index,
  addr,
  scale,
  hint 
)
Value:
__builtin_ia32_gatherpfqpd((__mmask8) -1, (__v8di)(__m512i)(index), \
(void const *)(addr), (int)(scale), \
(int)(hint))

Definition at line 42 of file avx512pfintrin.h.

◆ _mm512_prefetch_i64gather_ps

#define _mm512_prefetch_i64gather_ps (   index,
  addr,
  scale,
  hint 
)
Value:
__builtin_ia32_gatherpfqps((__mmask8) -1, (__v8di)(__m512i)(index), \
(void const *)(addr), (int)(scale), (int)(hint))

Definition at line 51 of file avx512pfintrin.h.

◆ _mm512_prefetch_i64scatter_pd

#define _mm512_prefetch_i64scatter_pd (   addr,
  index,
  scale,
  hint 
)
Value:
__builtin_ia32_scatterpfqpd((__mmask8)-1, (__v8di)(__m512i)(index), \
(void *)(addr), (int)(scale), \
(int)(hint))

Definition at line 74 of file avx512pfintrin.h.

◆ _mm512_prefetch_i64scatter_ps

#define _mm512_prefetch_i64scatter_ps (   addr,
  index,
  scale,
  hint 
)
Value:
__builtin_ia32_scatterpfqps((__mmask8)-1, (__v8di)(__m512i)(index), \
(void *)(addr), (int)(scale), (int)(hint))

Definition at line 84 of file avx512pfintrin.h.