Searched refs:vec_vmulouh (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 170 #define vec_vmulouh __builtin_vec_vmulouh macro
|
H A D | xmmintrin.h | 1629 __w1 = vec_vmulouh (__a, __b); in _mm_mulhi_pu16()
|
H A D | emmintrin.h | 2068 __w1 = vec_vmulouh ((__v8hu)__A, (__v8hu)__B); in _mm_mulhi_epu16()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/ |
H A D | xmmintrin.h | 1594 w1 = vec_vmulouh (a, b); in _mm_mulhi_pu16()
|
H A D | emmintrin.h | 2036 w1 = vec_vmulouh ((__v8hu)__A, (__v8hu)__B); in _mm_mulhi_epu16()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | xmmintrin.h | 1633 __w1 = vec_vmulouh (__a, __b); in _mm_mulhi_pu16()
|
H A D | emmintrin.h | 2075 __w1 = vec_vmulouh ((__v8hu)__A, (__v8hu)__B); in _mm_mulhi_epu16()
|
H A D | rs6000-overload.def | 5653 [VEC_VMULOUH, vec_vmulouh, __builtin_vec_vmulouh]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 6455 vec_vmulouh(vector unsigned short __a, vector unsigned short __b) { in vec_vmulouh() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 19172 vector unsigned int vec_vmulouh (vector unsigned short, vector unsigned short);
|
H A D | gcc.info | 51602 vector unsigned int vec_vmulouh (vector unsigned short, vector unsigned short);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 18925 vector unsigned int vec_vmulouh (vector unsigned short, vector unsigned short);
|
H A D | gcc.info | 48497 vector unsigned int vec_vmulouh (vector unsigned short, vector unsigned short);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 24692 (vec_vmulouh): New.
|