Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p9vector.c513 return vec_cmpne (vbca, vbcb); in test25()
520 return vec_cmpne (vsca, vscb); in test26()
527 return vec_cmpne (vuca, vucb); in test27()
534 return vec_cmpne (vbia, vbib); in test28()
541 return vec_cmpne (vsia, vsib); in test29()
548 return vec_cmpne (vuia, vuib); in test30()
557 return vec_cmpne (vbla, vblb); in test31()
566 return vec_cmpne (vsla, vslb); in test32()
575 return vec_cmpne (vula, vulb); in test33()
605 return vec_cmpne (vda, vdb); in test37()
[all …]
H A Dbuiltins-ppc-32bit-vec-ll.c44 vec_cmpne(vsll1, vsll2); in test()
H A Dbuiltins-ppc-altivec.c1046 res_vbc = vec_cmpne(vsc, vsc); in test2()
1052 res_vbc = vec_cmpne(vuc, vuc); in test2()
1058 res_vbc = vec_cmpne(vbc, vbc); in test2()
1064 res_vbc = vec_cmpne(vbc, vbc); in test2()
1070 res_vbs = vec_cmpne(vs, vs); in test2()
1076 res_vbs = vec_cmpne(vus, vus); in test2()
1082 res_vbs = vec_cmpne(vbs, vbs); in test2()
1088 res_vbs = vec_cmpne(vbs, vbs); in test2()
1094 res_vbi = vec_cmpne(vi, vi); in test2()
1100 res_vbi = vec_cmpne(vui, vui); in test2()
[all …]
H A Dbuiltins-ppc-p10vector.c1868 return vec_cmpne(vsi128a, vsi128b); in test_vec_cmpne_s128()
1876 return vec_cmpne(vui128a, vui128b); in test_vec_cmpne_u128()
1884 return vec_cmpne(vbi128a, vbi128b); in test_vec_cmpne_bool_int128()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h1843 vec_cmpne(vector bool char __a, vector bool char __b) { in vec_cmpne() function
1861 vec_cmpne(vector bool short __a, vector bool short __b) { in vec_cmpne() function
1879 vec_cmpne(vector bool int __a, vector bool int __b) { in vec_cmpne() function
1885 vec_cmpne(vector signed int __a, vector signed int __b) { in vec_cmpne() function
1897 vec_cmpne(vector float __a, vector float __b) { in vec_cmpne() function
2032 vec_cmpne(vector bool char __a, vector bool char __b) { in vec_cmpne() function
2047 vec_cmpne(vector bool short __a, vector bool short __b) { in vec_cmpne() function
2062 vec_cmpne(vector bool int __a, vector bool int __b) { in vec_cmpne() function
2067 vec_cmpne(vector signed int __a, vector signed int __b) { in vec_cmpne() function
2077 vec_cmpne(vector float __a, vector float __b) { in vec_cmpne() function
[all …]