Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Davx512cdintrin.h44 typedef double __m512d __attribute__ ((__vector_size__ (64), __may_alias__)); typedef
H A Davx512erintrin.h44 typedef double __m512d __attribute__ ((__vector_size__ (64), __may_alias__)); typedef
H A Davx512fintrin.h53 typedef double __m512d __attribute__ ((__vector_size__ (64), __may_alias__)); typedef
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Davx512cdintrin.h44 typedef double __m512d __attribute__ ((__vector_size__ (64), __may_alias__)); typedef
H A Davx512erintrin.h44 typedef double __m512d __attribute__ ((__vector_size__ (64), __may_alias__)); typedef
H A Davx512fintrin.h53 typedef double __m512d __attribute__ ((__vector_size__ (64), __may_alias__)); typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd.h87 using __m512d [[__gnu__::__vector_size__(64)]] = double; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Davx512fintrin.h30 typedef double __m512d __attribute__((__vector_size__(64), __aligned__(64))); typedef