Searched defs:__addr (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | avx512pfintrin.h | 51 _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() 123 _mm512_prefetch_i32scatter_pd (void *__addr, __m256i __index, int __scale, in _mm512_prefetch_i32scatter_pd() 132 _mm512_prefetch_i32scatter_ps (void *__addr, __m512i __index, int __scale, in _mm512_prefetch_i32scatter_ps() [all …]
|
H A D | avx512vlintrin.h | 10841 __m256i __index, void const *__addr, in _mm256_mmask_i32gather_ps() 10853 __m128i __index, void const *__addr, in _mm_mmask_i32gather_ps() 10865 __m128i __index, void const *__addr, in _mm256_mmask_i32gather_pd() 10877 __m128i __index, void const *__addr, in _mm_mmask_i32gather_pd() 10889 __m256i __index, void const *__addr, in _mm256_mmask_i64gather_ps() 10901 __m128i __index, void const *__addr, in _mm_mmask_i64gather_ps() 10913 __m256i __index, void const *__addr, in _mm256_mmask_i64gather_pd() 10925 __m128i __index, void const *__addr, in _mm_mmask_i64gather_pd() 10937 __m256i __index, void const *__addr, in _mm256_mmask_i32gather_epi32() 10949 __m128i __index, void const *__addr, in _mm_mmask_i32gather_epi32() [all …]
|
H A D | avx512fintrin.h | 9852 _mm512_i32gather_ps (__m512i __index, void const *__addr, int __scale) in _mm512_i32gather_ps() 9866 __m512i __index, void const *__addr, int __scale) in _mm512_mask_i32gather_ps() 9876 _mm512_i32gather_pd (__m256i __index, void const *__addr, int __scale) in _mm512_i32gather_pd() 9890 __m256i __index, void const *__addr, int __scale) in _mm512_mask_i32gather_pd() 9900 _mm512_i64gather_ps (__m512i __index, void const *__addr, int __scale) in _mm512_i64gather_ps() 9914 __m512i __index, void const *__addr, int __scale) in _mm512_mask_i64gather_ps() 9924 _mm512_i64gather_pd (__m512i __index, void const *__addr, int __scale) in _mm512_i64gather_pd() 9938 __m512i __index, void const *__addr, int __scale) in _mm512_mask_i64gather_pd() 9948 _mm512_i32gather_epi32 (__m512i __index, void const *__addr, int __scale) in _mm512_i32gather_epi32() 9962 __m512i __index, void const *__addr, int __scale) in _mm512_mask_i32gather_epi32() [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
H A D | futex.cc | 45 __atomic_futex_unsigned_base::_M_futex_wait_until(unsigned *__addr, in _M_futex_wait_until() 88 __atomic_futex_unsigned_base::_M_futex_notify_all(unsigned* __addr) in _M_futex_notify_all()
|