Home
last modified time | relevance | path

Searched refs:vec_sl (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-32bit-vec-ll.c181 vec_sl(vull1, vull2); in test()
H A Dbuiltins-ppc-p8vector.c679 res_vsll = vec_sl(vsll, vull); in test1()
683 res_vull = vec_sl(vull, vull); in test1()
H A Dbuiltins-ppc-p10vector.c1679 return vec_sl(vui128a, vui128b); in test_vec_slq_unsigned()
1686 return vec_sl(vi128a, vui128a); in test_vec_slq_signed()
H A Dbuiltins-ppc-vsx.c2457 res_vsll = vec_sl(vsll, vull); in test_p8overloads_backwards_compat()
2474 res_vull = vec_sl(vull, vull); in test_p8overloads_backwards_compat()
H A Dbuiltins-ppc-altivec.c3506 res_vsc = vec_sl(vsc, vuc); in test6()
3512 res_vuc = vec_sl(vuc, vuc); in test6()
3518 res_vs = vec_sl(vs, vus); in test6()
3524 res_vus = vec_sl(vus, vus); in test6()
3530 res_vi = vec_sl(vi, vui); in test6()
3536 res_vui = vec_sl(vui, vui); in test6()
/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h1450 __result = vec_sl((__v8hi)__A, __lshift); in _mm_slli_epi16()
1468 __result = vec_sl((__v4si)__A, __lshift); in _mm_slli_epi32()
1487 __result = vec_sl((__v2di)__A, __lshift); in _mm_slli_epi64()
1675 __result = vec_sl((__v8hu)__A, __lshift); in _mm_sll_epi16()
1694 __result = vec_sl((__v4su)__A, __lshift); in _mm_sll_epi32()
1711 __result = vec_sl((__v2du)__A, __lshift); in _mm_sll_epi64()
H A Dmmintrin.h1135 __r = vec_sl(__r, (__vector unsigned short)__c); in _mm_sll_pi16()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h8870 vec_sl(vector unsigned char __a, vector unsigned char __b) { in vec_sl() function
8876 vec_sl(vector signed char __a, vector unsigned char __b) { in vec_sl() function
8892 vec_sl(vector unsigned int __a, vector unsigned int __b) { in vec_sl() function
8899 return (vector int)vec_sl((vector unsigned int)__a, __b); in vec_sl()
8910 vec_sl(vector long long __a, vector unsigned long long __b) { in vec_sl() function
8967 return vec_sl(__a, __b); in vec_vslb()
8972 return vec_sl(__a, __b); in vec_vslb()
8981 return vec_sl(__a, __b); in vec_vslh()
8986 return vec_sl(__a, __b); in vec_vslh()
8995 return vec_sl(__a, __b); in vec_vslw()
[all …]