/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 582 res_i = vec_any_ne(vsll, vsll); in test1() 587 res_i = vec_any_ne(vsll, vbll); in test1() 592 res_i = vec_any_ne(vull, vull); in test1() 597 res_i = vec_any_ne(vull, vbll); in test1() 602 res_i = vec_any_ne(vbll, vsll); in test1() 607 res_i = vec_any_ne(vbll, vull); in test1() 612 res_i = vec_any_ne(vbll, vbll); in test1() 617 res_i = vec_any_ne(vda, vda); in test1() 621 res_i = vec_any_ne(vfa, vfa); in test1()
|
D | builtins-ppc-altivec.c | 8999 res_i = vec_any_ne(vsc, vsc); in test6() 9003 res_i = vec_any_ne(vsc, vbc); in test6() 9007 res_i = vec_any_ne(vuc, vuc); in test6() 9011 res_i = vec_any_ne(vuc, vbc); in test6() 9015 res_i = vec_any_ne(vbc, vsc); in test6() 9019 res_i = vec_any_ne(vbc, vuc); in test6() 9023 res_i = vec_any_ne(vbc, vbc); in test6() 9027 res_i = vec_any_ne(vs, vs); in test6() 9031 res_i = vec_any_ne(vs, vbs); in test6() 9035 res_i = vec_any_ne(vus, vus); in test6() [all …]
|
D | builtins-ppc-p10vector.c | 1734 return vec_any_ne(vsi128a, vsi128b); in test_vec_any_ne_s128() 1741 return vec_any_ne(vui128a, vui128b); in test_vec_any_ne_u128()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 558 res_i = vec_any_ne(vsll, vsll); in test1() 563 res_i = vec_any_ne(vsll, vbll); in test1() 568 res_i = vec_any_ne(vull, vull); in test1() 573 res_i = vec_any_ne(vull, vbll); in test1() 578 res_i = vec_any_ne(vbll, vsll); in test1() 583 res_i = vec_any_ne(vbll, vull); in test1() 588 res_i = vec_any_ne(vbll, vbll); in test1() 593 res_i = vec_any_ne(vda, vda); in test1()
|
D | builtins-systemz-zvector.c | 1233 idx = vec_any_ne(vsc, vsc); in test_compare() 1235 idx = vec_any_ne(vsc, vbc); in test_compare() 1237 idx = vec_any_ne(vbc, vsc); in test_compare() 1239 idx = vec_any_ne(vuc, vuc); in test_compare() 1241 idx = vec_any_ne(vuc, vbc); in test_compare() 1243 idx = vec_any_ne(vbc, vuc); in test_compare() 1245 idx = vec_any_ne(vbc, vbc); in test_compare() 1247 idx = vec_any_ne(vss, vss); in test_compare() 1249 idx = vec_any_ne(vss, vbs); in test_compare() 1251 idx = vec_any_ne(vbs, vss); in test_compare() [all …]
|
D | builtins-ppc-altivec.c | 8691 res_i = vec_any_ne(vsc, vsc); in test6() 8695 res_i = vec_any_ne(vsc, vbc); in test6() 8699 res_i = vec_any_ne(vuc, vuc); in test6() 8703 res_i = vec_any_ne(vuc, vbc); in test6() 8707 res_i = vec_any_ne(vbc, vsc); in test6() 8711 res_i = vec_any_ne(vbc, vuc); in test6() 8715 res_i = vec_any_ne(vbc, vbc); in test6() 8719 res_i = vec_any_ne(vs, vs); in test6() 8723 res_i = vec_any_ne(vs, vbs); in test6() 8727 res_i = vec_any_ne(vus, vus); in test6() [all …]
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector.c | 1901 idx = vec_any_ne(vsc, vsc); in test_compare() 1904 idx = vec_any_ne(vsc, vbc); in test_compare() 1907 idx = vec_any_ne(vbc, vsc); in test_compare() 1910 idx = vec_any_ne(vuc, vuc); in test_compare() 1913 idx = vec_any_ne(vuc, vbc); in test_compare() 1916 idx = vec_any_ne(vbc, vuc); in test_compare() 1919 idx = vec_any_ne(vbc, vbc); in test_compare() 1922 idx = vec_any_ne(vss, vss); in test_compare() 1925 idx = vec_any_ne(vss, vbs); in test_compare() 1928 idx = vec_any_ne(vbs, vss); in test_compare() [all …]
|
D | builtins-systemz-zvector2-constrained.c | 296 idx = vec_any_ne(vf, vf); in test_compare() 299 idx = vec_any_ne(vd, vd); in test_compare()
|
D | builtins-systemz-zvector-constrained.c | 159 idx = vec_any_ne(vd, vd); in test_compare()
|
D | builtins-systemz-zvector2.c | 401 idx = vec_any_ne(vf, vf); in test_compare() 404 idx = vec_any_ne(vd, vd); in test_compare()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 3618 vec_any_ne(vector signed char __a, vector signed char __b) { in vec_any_ne() function 3625 vec_any_ne(vector signed char __a, vector bool char __b) { in vec_any_ne() function 3632 vec_any_ne(vector bool char __a, vector signed char __b) { in vec_any_ne() function 3639 vec_any_ne(vector unsigned char __a, vector unsigned char __b) { in vec_any_ne() function 3647 vec_any_ne(vector unsigned char __a, vector bool char __b) { in vec_any_ne() function 3655 vec_any_ne(vector bool char __a, vector unsigned char __b) { in vec_any_ne() function 3663 vec_any_ne(vector bool char __a, vector bool char __b) { in vec_any_ne() function 3671 vec_any_ne(vector signed short __a, vector signed short __b) { in vec_any_ne() function 3678 vec_any_ne(vector signed short __a, vector bool short __b) { in vec_any_ne() function 3685 vec_any_ne(vector bool short __a, vector signed short __b) { in vec_any_ne() function [all …]
|
D | altivec.h | 14085 static __inline__ int __ATTRS_o_ai vec_any_ne(vector signed char __a, in vec_any_ne() function 14091 static __inline__ int __ATTRS_o_ai vec_any_ne(vector signed char __a, in vec_any_ne() function 14097 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned char __a, in vec_any_ne() function 14103 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned char __a, in vec_any_ne() function 14109 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool char __a, in vec_any_ne() function 14115 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool char __a, in vec_any_ne() function 14121 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool char __a, in vec_any_ne() function 14127 static __inline__ int __ATTRS_o_ai vec_any_ne(vector short __a, in vec_any_ne() function 14132 static __inline__ int __ATTRS_o_ai vec_any_ne(vector short __a, in vec_any_ne() function 14137 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned short __a, in vec_any_ne() function [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 4394 vec_any_ne(__vector signed char __a, __vector signed char __b) { in vec_any_ne() function 4402 vec_any_ne(__vector signed char __a, __vector __bool char __b) { in vec_any_ne() function 4410 vec_any_ne(__vector __bool char __a, __vector signed char __b) { in vec_any_ne() function 4417 vec_any_ne(__vector unsigned char __a, __vector unsigned char __b) { in vec_any_ne() function 4426 vec_any_ne(__vector unsigned char __a, __vector __bool char __b) { in vec_any_ne() function 4435 vec_any_ne(__vector __bool char __a, __vector unsigned char __b) { in vec_any_ne() function 4443 vec_any_ne(__vector __bool char __a, __vector __bool char __b) { in vec_any_ne() function 4451 vec_any_ne(__vector signed short __a, __vector signed short __b) { in vec_any_ne() function 4459 vec_any_ne(__vector signed short __a, __vector __bool short __b) { in vec_any_ne() function 4467 vec_any_ne(__vector __bool short __a, __vector signed short __b) { in vec_any_ne() function [all …]
|
D | altivec.h | 16278 static __inline__ int __ATTRS_o_ai vec_any_ne(vector signed char __a, in vec_any_ne() function 16284 static __inline__ int __ATTRS_o_ai vec_any_ne(vector signed char __a, in vec_any_ne() function 16290 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned char __a, in vec_any_ne() function 16296 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned char __a, in vec_any_ne() function 16302 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool char __a, in vec_any_ne() function 16308 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool char __a, in vec_any_ne() function 16314 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool char __a, in vec_any_ne() function 16320 static __inline__ int __ATTRS_o_ai vec_any_ne(vector short __a, in vec_any_ne() function 16325 static __inline__ int __ATTRS_o_ai vec_any_ne(vector short __a, in vec_any_ne() function 16330 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned short __a, in vec_any_ne() function [all …]
|