Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h166 #define vec_vmulesh __builtin_vec_vmulesh macro
H A Dmmintrin.h1117 __w0 = vec_vmulesh (__a, __b); in _mm_mulhi_pi16()
H A Demmintrin.h1449 __w0 = vec_vmulesh ((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h1091 w0 = vec_vmulesh(a, b); in _mm_mulhi_pi16()
H A Demmintrin.h1417 w0 = vec_vmulesh ((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dmmintrin.h1117 __w0 = vec_vmulesh (__a, __b); in _mm_mulhi_pi16()
H A Demmintrin.h1449 __w0 = vec_vmulesh ((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
H A Drs6000-overload.def5617 [VEC_VMULESH, vec_vmulesh, __builtin_vec_vmulesh]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h6298 vec_vmulesh(vector short __a, vector short __b) { in vec_vmulesh() function
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi19160 vector signed int vec_vmulesh (vector signed short, vector signed short);
H A Dgcc.info51590 vector signed int vec_vmulesh (vector signed short, vector signed short);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi18913 vector signed int vec_vmulesh (vector signed short, vector signed short);
H A Dgcc.info48485 vector signed int vec_vmulesh (vector signed short, vector signed short);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200224689 (vec_vmulesh): New.