Home
last modified time | relevance | path

Searched refs:vec_all_lt (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c1705 idx = vec_all_lt(vsc, vsc); in test_compare()
1708 idx = vec_all_lt(vsc, vbc); in test_compare()
1711 idx = vec_all_lt(vbc, vsc); in test_compare()
1714 idx = vec_all_lt(vuc, vuc); in test_compare()
1717 idx = vec_all_lt(vuc, vbc); in test_compare()
1720 idx = vec_all_lt(vbc, vuc); in test_compare()
1723 idx = vec_all_lt(vbc, vbc); in test_compare()
1726 idx = vec_all_lt(vss, vss); in test_compare()
1729 idx = vec_all_lt(vss, vbs); in test_compare()
1732 idx = vec_all_lt(vbs, vss); in test_compare()
[all …]
H A Dbuiltins-systemz-zvector2-constrained.c240 idx = vec_all_lt(vf, vf); in test_compare()
243 idx = vec_all_lt(vd, vd); in test_compare()
H A Dbuiltins-systemz-zvector-constrained.c132 idx = vec_all_lt(vd, vd); in test_compare()
H A Dbuiltins-systemz-zvector2.c345 idx = vec_all_lt(vf, vf); in test_compare()
348 idx = vec_all_lt(vd, vd); in test_compare()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c2794 res_i = vec_all_lt(vsll, vsll); in test_p8overloads_backwards_compat()
2798 res_i = vec_all_lt(vsll, vbll); in test_p8overloads_backwards_compat()
2802 res_i = vec_all_lt(vull, vull); in test_p8overloads_backwards_compat()
2806 res_i = vec_all_lt(vull, vbll); in test_p8overloads_backwards_compat()
2810 res_i = vec_all_lt(vbll, vsll); in test_p8overloads_backwards_compat()
2814 res_i = vec_all_lt(vbll, vull); in test_p8overloads_backwards_compat()
2818 res_i = vec_all_lt(vbll, vbll); in test_p8overloads_backwards_compat()
H A Dbuiltins-ppc-altivec.c8359 res_i = vec_all_lt(vsc, vsc); in test6()
8363 res_i = vec_all_lt(vsc, vbc); in test6()
8367 res_i = vec_all_lt(vuc, vuc); in test6()
8371 res_i = vec_all_lt(vuc, vbc); in test6()
8387 res_i = vec_all_lt(vs, vs); in test6()
8391 res_i = vec_all_lt(vs, vbs); in test6()
8403 res_i = vec_all_lt(vbs, vs); in test6()
8415 res_i = vec_all_lt(vi, vi); in test6()
8419 res_i = vec_all_lt(vi, vbi); in test6()
8431 res_i = vec_all_lt(vbi, vi); in test6()
[all …]
H A Dbuiltins-ppc-32bit-vec-ll.c253 vec_all_lt(vsll1, vsll2); in test()
H A Dbuiltins-ppc-p8vector.c510 res_i = vec_all_lt(vda, vda); in test1()
514 res_i = vec_all_lt(vfa, vfa); in test1()
H A Dbuiltins-ppc-p10vector.c2091 return vec_all_lt(vsi128a, vsi128b); in test_vec_all_lt_s128()
2098 return vec_all_lt(vui128a, vui128b); in test_vec_all_lt_u128()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h3896 vec_all_lt(__vector signed char __a, __vector signed char __b) { in vec_all_lt() function
3904 vec_all_lt(__vector signed char __a, __vector __bool char __b) { in vec_all_lt() function
3912 vec_all_lt(__vector __bool char __a, __vector signed char __b) { in vec_all_lt() function
3943 vec_all_lt(__vector __bool char __a, __vector __bool char __b) { in vec_all_lt() function
4006 vec_all_lt(__vector signed int __a, __vector signed int __b) { in vec_all_lt() function
4014 vec_all_lt(__vector signed int __a, __vector __bool int __b) { in vec_all_lt() function
4022 vec_all_lt(__vector __bool int __a, __vector signed int __b) { in vec_all_lt() function
4037 vec_all_lt(__vector unsigned int __a, __vector __bool int __b) { in vec_all_lt() function
4053 vec_all_lt(__vector __bool int __a, __vector __bool int __b) { in vec_all_lt() function
4117 vec_all_lt(__vector float __a, __vector float __b) { in vec_all_lt() function
[all …]
H A Daltivec.h15547 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function
15552 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function
15557 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function
15563 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, in vec_all_lt() function
15568 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, in vec_all_lt() function
15605 static __inline__ int __ATTRS_o_ai vec_all_lt(vector int __a, in vec_all_lt() function
15620 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool int __a, in vec_all_lt() function
15625 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool int __a, in vec_all_lt() function
15630 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool int __a, in vec_all_lt() function
15678 static __inline__ int __ATTRS_o_ai vec_all_lt(vector float __a, in vec_all_lt() function
[all …]