Home
last modified time | relevance | path

Searched defs:__m512i (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Davx512cdintrin.h43 typedef long long __m512i __attribute__ ((__vector_size__ (64), __may_alias__)); typedef
H A Davx512pfintrin.h43 typedef long long __m512i __attribute__ ((__vector_size__ (64), __may_alias__)); typedef
H A Davx512fintrin.h52 typedef long long __m512i __attribute__ ((__vector_size__ (64), __may_alias__)); typedef
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Davx512cdintrin.h43 typedef long long __m512i __attribute__ ((__vector_size__ (64), __may_alias__)); typedef
H A Davx512pfintrin.h43 typedef long long __m512i __attribute__ ((__vector_size__ (64), __may_alias__)); typedef
H A Davx512fintrin.h52 typedef long long __m512i __attribute__ ((__vector_size__ (64), __may_alias__)); typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd.h88 using __m512i [[__gnu__::__vector_size__(64)]] = long long; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Davx512fintrin.h31 typedef long long __m512i __attribute__((__vector_size__(64), __aligned__(64))); typedef