Home
last modified time | relevance | path

Searched refs:vec_div (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p10vector.c59 return vec_div(vsia, vsib); in test_vec_div_si()
65 return vec_div(vuia, vuib); in test_vec_div_ui()
71 return vec_div(vslla, vsllb); in test_vec_div_sll()
77 return vec_div(vulla, vullb); in test_vec_div_ull()
83 return vec_div(vui128a, vui128b); in test_vec_div_u128()
89 return vec_div(vsi128a, vsi128b); in test_vec_div_s128()
H A Dbuiltins-ppc-32bit-vec-ll.c91 vec_div(vsll1, vsll2); in test()
H A Dbuiltins-ppc-vsx.c344 res_vsll = vec_div(vsll, vsll); in test1()
348 res_vull = vec_div(vull, vull); in test1()
352 res_vf = vec_div(vf, vf); in test1()
356 res_vd = vec_div(vd, vd); in test1()
H A Dbuiltins-ppc-altivec.c1331 res_vsc = vec_div(vsc, vsc); in test6()
1335 res_vuc = vec_div(vuc, vuc); in test6()
1339 res_vs = vec_div(vs, vs); in test6()
1343 res_vus = vec_div(vus, vus); in test6()
1347 res_vi = vec_div(vi, vi); in test6()
1351 res_vui = vec_div(vui, vui); in test6()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h3772 vec_div(vector signed char __a, vector signed char __b) { in vec_div() function
3777 vec_div(vector unsigned char __a, vector unsigned char __b) { in vec_div() function
3782 vec_div(vector signed short __a, vector signed short __b) { in vec_div() function
3787 vec_div(vector unsigned short __a, vector unsigned short __b) { in vec_div() function
3792 vec_div(vector signed int __a, vector signed int __b) { in vec_div() function
3797 vec_div(vector unsigned int __a, vector unsigned int __b) { in vec_div() function
3803 vec_div(vector signed long long __a, vector signed long long __b) { in vec_div() function
3808 vec_div(vector unsigned long long __a, vector unsigned long long __b) { in vec_div() function
3812 static __inline__ vector float __ATTRS_o_ai vec_div(vector float __a, in vec_div() function
3861 vec_div(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_div() function
[all …]