Searched refs:vec_mul (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | tmmintrin.h | 308 return (__m128i)vec_mul((__v16qi)__A, (__v16qi)__conv); in _mm_sign_epi8() 320 return (__m128i)vec_mul((__v8hi)__A, (__v8hi)__conv); in _mm_sign_epi16() 332 return (__m128i)vec_mul((__v4si)__A, (__v4si)__conv); in _mm_sign_epi32() 380 __C = vec_mul(__C, __E); in _mm_maddubs_epi16() 381 __D = vec_mul(__D, __F); in _mm_maddubs_epi16() 400 __D = vec_mul(__C, __D); in _mm_maddubs_pi16() 416 __C = vec_mul(__C, __D); in _mm_mulhrs_epi16() 419 __D = vec_mul(__D, __E); in _mm_mulhrs_epi16() 438 __C = vec_mul(__C, __D); in _mm_mulhrs_pi16()
|
| H A D | smmintrin.h | 483 return (__m128i)vec_mul((__v4su)__X, (__v4su)__Y); in _mm_mullo_epi32()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-32bit-vec-ll.c | 123 vec_mul(vsll1, vsll2); in test()
|
| H A D | builtins-ppc-vsx.c | 864 res_vsll = vec_mul(vsll, vsll); in test1() 868 res_vull = vec_mul(vull, vull); in test1() 872 res_vf = vec_mul(vf, vf); in test1() 876 res_vd = vec_mul(vd, vd); in test1()
|
| H A D | builtins-ppc-p10vector.c | 47 return vec_mul(vslla, vsllb); in test_vec_mul_sll() 53 return vec_mul(vulla, vullb); in test_vec_mul_ull()
|
| H A D | builtins-ppc-altivec.c | 2402 res_vsc = vec_mul(vsc, vsc); in test6() 2406 res_vuc = vec_mul(vuc, vuc); in test6() 2410 res_vs = vec_mul(vs, vs); in test6() 2414 res_vus = vec_mul(vus, vus); in test6() 2418 res_vi = vec_mul(vi, vi); in test6() 2422 res_vui = vec_mul(vui, vui); in test6()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 6193 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul() function 6198 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul() function 6203 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul() function 6208 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul() function 6213 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul() function 6218 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul() function 6224 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul() function 6229 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul() function 6234 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a, in vec_mul() function 6240 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, in vec_mul() function
|