Searched refs:vec_vmulesh (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 166 #define vec_vmulesh __builtin_vec_vmulesh macro
|
H A D | mmintrin.h | 1117 __w0 = vec_vmulesh (__a, __b); in _mm_mulhi_pi16()
|
H A D | emmintrin.h | 1449 __w0 = vec_vmulesh ((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/ |
H A D | mmintrin.h | 1091 w0 = vec_vmulesh(a, b); in _mm_mulhi_pi16()
|
H A D | emmintrin.h | 1417 w0 = vec_vmulesh ((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | mmintrin.h | 1117 __w0 = vec_vmulesh (__a, __b); in _mm_mulhi_pi16()
|
H A D | emmintrin.h | 1449 __w0 = vec_vmulesh ((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
|
H A D | rs6000-overload.def | 5617 [VEC_VMULESH, vec_vmulesh, __builtin_vec_vmulesh]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 6298 vec_vmulesh(vector short __a, vector short __b) { in vec_vmulesh() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 19160 vector signed int vec_vmulesh (vector signed short, vector signed short);
|
H A D | gcc.info | 51590 vector signed int vec_vmulesh (vector signed short, vector signed short);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 18913 vector signed int vec_vmulesh (vector signed short, vector signed short);
|
H A D | gcc.info | 48485 vector signed int vec_vmulesh (vector signed short, vector signed short);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 24689 (vec_vmulesh): New.
|