Home
last modified time | relevance | path

Searched defs:__addr (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/include/asm/
H A Dio.h15 #define readb_be(__addr) __raw_readb(__addr) argument
16 #define readw_be(__addr) __raw_readw(__addr) argument
17 #define readl_be(__addr) __raw_readl(__addr) argument
18 #define writeb_be(__b, __addr) __raw_writeb(__b, __addr) argument
19 #define writel_be(__w, __addr) __raw_writel(__w, __addr) argument
20 #define writew_be(__l, __addr) __raw_writew(__l, __addr) argument
H A Dupa.h100 #define upa_readb(__addr) (_upa_readb((unsigned long)(__addr))) argument
101 #define upa_readw(__addr) (_upa_readw((unsigned long)(__addr))) argument
102 #define upa_readl(__addr) (_upa_readl((unsigned long)(__addr))) argument
103 #define upa_readq(__addr) (_upa_readq((unsigned long)(__addr))) argument
104 #define upa_writeb(__b, __addr) (_upa_writeb((__b), (unsigned long)(__addr))) argument
105 #define upa_writew(__w, __addr) (_upa_writew((__w), (unsigned long)(__addr))) argument
106 #define upa_writel(__l, __addr) (_upa_writel((__l), (unsigned long)(__addr))) argument
107 #define upa_writeq(__q, __addr) (_upa_writeq((__q), (unsigned long)(__addr))) argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/include/asm/
H A Dio.h15 #define readb_be(__addr) __raw_readb(__addr) argument
16 #define readw_be(__addr) __raw_readw(__addr) argument
17 #define readl_be(__addr) __raw_readl(__addr) argument
18 #define writeb_be(__b, __addr) __raw_writeb(__b, __addr) argument
19 #define writel_be(__w, __addr) __raw_writel(__w, __addr) argument
20 #define writew_be(__l, __addr) __raw_writew(__l, __addr) argument
H A Dupa.h100 #define upa_readb(__addr) (_upa_readb((unsigned long)(__addr))) argument
101 #define upa_readw(__addr) (_upa_readw((unsigned long)(__addr))) argument
102 #define upa_readl(__addr) (_upa_readl((unsigned long)(__addr))) argument
103 #define upa_readq(__addr) (_upa_readq((unsigned long)(__addr))) argument
104 #define upa_writeb(__b, __addr) (_upa_writeb((__b), (unsigned long)(__addr))) argument
105 #define upa_writew(__w, __addr) (_upa_writew((__w), (unsigned long)(__addr))) argument
106 #define upa_writel(__l, __addr) (_upa_writel((__l), (unsigned long)(__addr))) argument
107 #define upa_writeq(__q, __addr) (_upa_writeq((__q), (unsigned long)(__addr))) argument
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/include/asm/
H A Dio.h15 #define readb_be(__addr) __raw_readb(__addr) argument
16 #define readw_be(__addr) __raw_readw(__addr) argument
17 #define readl_be(__addr) __raw_readl(__addr) argument
18 #define writeb_be(__b, __addr) __raw_writeb(__b, __addr) argument
19 #define writel_be(__w, __addr) __raw_writel(__w, __addr) argument
20 #define writew_be(__l, __addr) __raw_writew(__l, __addr) argument
H A Dupa.h100 #define upa_readb(__addr) (_upa_readb((unsigned long)(__addr))) argument
101 #define upa_readw(__addr) (_upa_readw((unsigned long)(__addr))) argument
102 #define upa_readl(__addr) (_upa_readl((unsigned long)(__addr))) argument
103 #define upa_readq(__addr) (_upa_readq((unsigned long)(__addr))) argument
104 #define upa_writeb(__b, __addr) (_upa_writeb((__b), (unsigned long)(__addr))) argument
105 #define upa_writew(__w, __addr) (_upa_writew((__w), (unsigned long)(__addr))) argument
106 #define upa_writel(__l, __addr) (_upa_writel((__l), (unsigned long)(__addr))) argument
107 #define upa_writeq(__q, __addr) (_upa_writeq((__q), (unsigned long)(__addr))) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/lib/
H A DPeeCeeI.c13 void outsb(unsigned long __addr, const void *src, unsigned long count) in outsb()
23 void outsw(unsigned long __addr, const void *src, unsigned long count) in outsw()
34 void outsl(unsigned long __addr, const void *src, unsigned long count) in outsl()
88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb()
116 void insw(unsigned long __addr, void *dst, unsigned long count) in insw()
144 void insl(unsigned long __addr, void *dst, unsigned long count) in insl()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/lib/
H A DPeeCeeI.c13 void outsb(unsigned long __addr, const void *src, unsigned long count) in outsb()
23 void outsw(unsigned long __addr, const void *src, unsigned long count) in outsw()
34 void outsl(unsigned long __addr, const void *src, unsigned long count) in outsl()
88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb()
116 void insw(unsigned long __addr, void *dst, unsigned long count) in insw()
144 void insl(unsigned long __addr, void *dst, unsigned long count) in insl()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/lib/
H A DPeeCeeI.c13 void outsb(unsigned long __addr, const void *src, unsigned long count) in outsb()
23 void outsw(unsigned long __addr, const void *src, unsigned long count) in outsw()
34 void outsl(unsigned long __addr, const void *src, unsigned long count) in outsl()
88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb()
116 void insw(unsigned long __addr, void *dst, unsigned long count) in insw()
144 void insl(unsigned long __addr, void *dst, unsigned long count) in insl()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
150 _mm512_mask_prefetch_i32scatter_ps (void *__addr, __mmask16 __mask, in _mm512_mask_prefetch_i32scatter_ps()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
177 _mm512_mask_prefetch_i64scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i64scatter_pd()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
150 _mm512_mask_prefetch_i32scatter_ps (void *__addr, __mmask16 __mask, in _mm512_mask_prefetch_i32scatter_ps()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
177 _mm512_mask_prefetch_i64scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i64scatter_pd()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
177 _mm512_mask_prefetch_i64scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i64scatter_pd()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
177 _mm512_mask_prefetch_i64scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i64scatter_pd()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
177 _mm512_mask_prefetch_i64scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i64scatter_pd()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
150 _mm512_mask_prefetch_i32scatter_ps (void *__addr, __mmask16 __mask, in _mm512_mask_prefetch_i32scatter_ps()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
150 _mm512_mask_prefetch_i32scatter_ps (void *__addr, __mmask16 __mask, in _mm512_mask_prefetch_i32scatter_ps()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
150 _mm512_mask_prefetch_i32scatter_ps (void *__addr, __mmask16 __mask, in _mm512_mask_prefetch_i32scatter_ps()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
177 _mm512_mask_prefetch_i64scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i64scatter_pd()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
177 _mm512_mask_prefetch_i64scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i64scatter_pd()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
177 _mm512_mask_prefetch_i64scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i64scatter_pd()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
150 _mm512_mask_prefetch_i32scatter_ps (void *__addr, __mmask16 __mask, in _mm512_mask_prefetch_i32scatter_ps()
[all …]
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/include/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
177 _mm512_mask_prefetch_i64scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i64scatter_pd()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/i386/
H A Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps()
70 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_pd()
79 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd()
96 _mm512_prefetch_i64gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_ps()
106 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_pd()
115 void const *__addr, int __scale, int __hint) in _mm512_mask_prefetch_i64gather_ps()
141 _mm512_mask_prefetch_i32scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i32scatter_pd()
177 _mm512_mask_prefetch_i64scatter_pd (void *__addr, __mmask8 __mask, in _mm512_mask_prefetch_i64scatter_pd()
[all …]

12345678910>>...18