Searched refs:vec_vmulosh (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 169 #define vec_vmulosh __builtin_vec_vmulosh macro
|
H A D | mmintrin.h | 1118 __w1 = vec_vmulosh (__a, __b); in _mm_mulhi_pi16()
|
H A D | emmintrin.h | 1450 __w1 = vec_vmulosh ((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/ |
H A D | mmintrin.h | 1092 w1 = vec_vmulosh(a, b); in _mm_mulhi_pi16()
|
H A D | emmintrin.h | 1418 w1 = vec_vmulosh ((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | mmintrin.h | 1118 __w1 = vec_vmulosh (__a, __b); in _mm_mulhi_pi16()
|
H A D | emmintrin.h | 1450 __w1 = vec_vmulosh ((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
|
H A D | rs6000-overload.def | 5641 [VEC_VMULOSH, vec_vmulosh, __builtin_vec_vmulosh]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 6444 vec_vmulosh(vector short __a, vector short __b) { in vec_vmulosh() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 19168 vector signed int vec_vmulosh (vector signed short, vector signed short);
|
H A D | gcc.info | 51598 vector signed int vec_vmulosh (vector signed short, vector signed short);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 18921 vector signed int vec_vmulosh (vector signed short, vector signed short);
|
H A D | gcc.info | 48493 vector signed int vec_vmulosh (vector signed short, vector signed short);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 24693 (vec_vmulosh): New.
|