/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 626 res_i = vec_all_ge(vsll, vsll); in test1() 631 res_i = vec_all_ge(vsll, vbll); in test1() 636 res_i = vec_all_ge(vull, vull); in test1() 641 res_i = vec_all_ge(vull, vbll); in test1() 646 res_i = vec_all_ge(vbll, vsll); in test1() 651 res_i = vec_all_ge(vbll, vull); in test1() 656 res_i = vec_all_ge(vbll, vbll); in test1() 661 res_i = vec_all_ge(vda, vda); in test1() 665 res_i = vec_all_ge(vfa, vfa); in test1()
|
D | builtins-ppc-altivec.c | 8061 res_i = vec_all_ge(vsc, vsc); in test6() 8065 res_i = vec_all_ge(vsc, vbc); in test6() 8069 res_i = vec_all_ge(vuc, vuc); in test6() 8073 res_i = vec_all_ge(vuc, vbc); in test6() 8077 res_i = vec_all_ge(vbc, vsc); in test6() 8081 res_i = vec_all_ge(vbc, vuc); in test6() 8085 res_i = vec_all_ge(vbc, vbc); in test6() 8089 res_i = vec_all_ge(vs, vs); in test6() 8093 res_i = vec_all_ge(vs, vbs); in test6() 8097 res_i = vec_all_ge(vus, vus); in test6() [all …]
|
D | builtins-ppc-p10vector.c | 1874 return vec_all_ge(vsi128a, vsi128b); in test_vec_all_ge_s128() 1881 return vec_all_ge(vui128a, vui128b); in test_vec_all_ge_u128()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 598 res_i = vec_all_ge(vsll, vsll); in test1() 603 res_i = vec_all_ge(vsll, vbll); in test1() 608 res_i = vec_all_ge(vull, vull); in test1() 613 res_i = vec_all_ge(vull, vbll); in test1() 618 res_i = vec_all_ge(vbll, vsll); in test1() 623 res_i = vec_all_ge(vbll, vull); in test1() 628 res_i = vec_all_ge(vbll, vbll); in test1() 633 res_i = vec_all_ge(vda, vda); in test1()
|
D | builtins-systemz-zvector.c | 924 idx = vec_all_ge(vsc, vsc); in test_compare() 926 idx = vec_all_ge(vsc, vbc); in test_compare() 928 idx = vec_all_ge(vbc, vsc); in test_compare() 930 idx = vec_all_ge(vuc, vuc); in test_compare() 932 idx = vec_all_ge(vuc, vbc); in test_compare() 934 idx = vec_all_ge(vbc, vuc); in test_compare() 936 idx = vec_all_ge(vbc, vbc); in test_compare() 938 idx = vec_all_ge(vss, vss); in test_compare() 940 idx = vec_all_ge(vss, vbs); in test_compare() 942 idx = vec_all_ge(vbs, vss); in test_compare() [all …]
|
D | builtins-ppc-altivec.c | 7753 res_i = vec_all_ge(vsc, vsc); in test6() 7757 res_i = vec_all_ge(vsc, vbc); in test6() 7761 res_i = vec_all_ge(vuc, vuc); in test6() 7765 res_i = vec_all_ge(vuc, vbc); in test6() 7769 res_i = vec_all_ge(vbc, vsc); in test6() 7773 res_i = vec_all_ge(vbc, vuc); in test6() 7777 res_i = vec_all_ge(vbc, vbc); in test6() 7781 res_i = vec_all_ge(vs, vs); in test6() 7785 res_i = vec_all_ge(vs, vbs); in test6() 7789 res_i = vec_all_ge(vus, vus); in test6() [all …]
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector.c | 1441 idx = vec_all_ge(vsc, vsc); in test_compare() 1444 idx = vec_all_ge(vsc, vbc); in test_compare() 1447 idx = vec_all_ge(vbc, vsc); in test_compare() 1450 idx = vec_all_ge(vuc, vuc); in test_compare() 1453 idx = vec_all_ge(vuc, vbc); in test_compare() 1456 idx = vec_all_ge(vbc, vuc); in test_compare() 1459 idx = vec_all_ge(vbc, vbc); in test_compare() 1462 idx = vec_all_ge(vss, vss); in test_compare() 1465 idx = vec_all_ge(vss, vbs); in test_compare() 1468 idx = vec_all_ge(vbs, vss); in test_compare() [all …]
|
D | builtins-systemz-zvector2-constrained.c | 219 idx = vec_all_ge(vf, vf); in test_compare() 222 idx = vec_all_ge(vd, vd); in test_compare()
|
D | builtins-systemz-zvector2.c | 324 idx = vec_all_ge(vf, vf); in test_compare() 327 idx = vec_all_ge(vd, vd); in test_compare()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 2507 vec_all_ge(vector signed char __a, vector signed char __b) { in vec_all_ge() function 2514 vec_all_ge(vector signed char __a, vector bool char __b) { in vec_all_ge() function 2521 vec_all_ge(vector bool char __a, vector signed char __b) { in vec_all_ge() function 2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { in vec_all_ge() function 2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { in vec_all_ge() function 2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { in vec_all_ge() function 2549 vec_all_ge(vector bool char __a, vector bool char __b) { in vec_all_ge() function 2557 vec_all_ge(vector signed short __a, vector signed short __b) { in vec_all_ge() function 2564 vec_all_ge(vector signed short __a, vector bool short __b) { in vec_all_ge() function 2571 vec_all_ge(vector bool short __a, vector signed short __b) { in vec_all_ge() function [all …]
|
D | altivec.h | 12220 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, in vec_all_ge() function 12225 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, in vec_all_ge() function 12230 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, in vec_all_ge() function 12235 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, in vec_all_ge() function 12240 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function 12246 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function 12251 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function 12257 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, in vec_all_ge() function 12262 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, in vec_all_ge() function 12267 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, in vec_all_ge() function [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 3088 vec_all_ge(__vector signed char __a, __vector signed char __b) { in vec_all_ge() function 3096 vec_all_ge(__vector signed char __a, __vector __bool char __b) { in vec_all_ge() function 3104 vec_all_ge(__vector __bool char __a, __vector signed char __b) { in vec_all_ge() function 3111 vec_all_ge(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_ge() function 3119 vec_all_ge(__vector unsigned char __a, __vector __bool char __b) { in vec_all_ge() function 3127 vec_all_ge(__vector __bool char __a, __vector unsigned char __b) { in vec_all_ge() function 3135 vec_all_ge(__vector __bool char __a, __vector __bool char __b) { in vec_all_ge() function 3143 vec_all_ge(__vector signed short __a, __vector signed short __b) { in vec_all_ge() function 3151 vec_all_ge(__vector signed short __a, __vector __bool short __b) { in vec_all_ge() function 3159 vec_all_ge(__vector __bool short __a, __vector signed short __b) { in vec_all_ge() function [all …]
|
D | altivec.h | 14293 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, in vec_all_ge() function 14298 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, in vec_all_ge() function 14303 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, in vec_all_ge() function 14308 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, in vec_all_ge() function 14313 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function 14319 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function 14324 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function 14330 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, in vec_all_ge() function 14335 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, in vec_all_ge() function 14340 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, in vec_all_ge() function [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 198 if (vec_all_ge(a, b))
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 193 if (vec_all_ge(a, b))
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 198 if (vec_all_ge(a, b))
|