Home
last modified time | relevance | path

Searched refs:vec_vmulosh (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h169 #define vec_vmulosh __builtin_vec_vmulosh macro
H A Dmmintrin.h1118 __w1 = vec_vmulosh (__a, __b); in _mm_mulhi_pi16()
H A Demmintrin.h1450 __w1 = vec_vmulosh ((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h1092 w1 = vec_vmulosh(a, b); in _mm_mulhi_pi16()
H A Demmintrin.h1418 w1 = vec_vmulosh ((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dmmintrin.h1118 __w1 = vec_vmulosh (__a, __b); in _mm_mulhi_pi16()
H A Demmintrin.h1450 __w1 = vec_vmulosh ((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
H A Drs6000-overload.def5641 [VEC_VMULOSH, vec_vmulosh, __builtin_vec_vmulosh]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h6444 vec_vmulosh(vector short __a, vector short __b) { in vec_vmulosh() function
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi19168 vector signed int vec_vmulosh (vector signed short, vector signed short);
H A Dgcc.info51598 vector signed int vec_vmulosh (vector signed short, vector signed short);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi18921 vector signed int vec_vmulosh (vector signed short, vector signed short);
H A Dgcc.info48493 vector signed int vec_vmulosh (vector signed short, vector signed short);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200224693 (vec_vmulosh): New.