Searched refs:vec_all_ngt (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector2-constrained.c | 254 idx = vec_all_ngt(vf, vf); in test_compare() 257 idx = vec_all_ngt(vd, vd); in test_compare()
|
D | builtins-systemz-zvector-constrained.c | 138 idx = vec_all_ngt(vd, vd); in test_compare()
|
D | builtins-systemz-zvector2.c | 359 idx = vec_all_ngt(vf, vf); in test_compare() 362 idx = vec_all_ngt(vd, vd); in test_compare()
|
D | builtins-systemz-zvector.c | 1796 idx = vec_all_ngt(vd, vd); in test_compare()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 513 res_i = vec_all_ngt(vda, vda); in test1()
|
D | builtins-systemz-zvector.c | 1162 idx = vec_all_ngt(vd, vd); in test_compare()
|
D | builtins-ppc-altivec.c | 8217 res_i = vec_all_ngt(vf, vf); in test6()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 533 res_i = vec_all_ngt(vda, vda); in test1()
|
D | builtins-ppc-altivec.c | 8525 res_i = vec_all_ngt(vf, vf); in test6()
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 4059 vec_all_ngt(__vector float __a, __vector float __b) { in vec_all_ngt() function 4067 vec_all_ngt(__vector double __a, __vector double __b) { in vec_all_ngt() function
|
D | altivec.h | 15268 static __inline__ int __ATTRS_o_ai vec_all_ngt(vector float __a, in vec_all_ngt() function 15278 static __inline__ int __ATTRS_o_ai vec_all_ngt(vector double __a, in vec_all_ngt() function
|
/external/clang/lib/Headers/ |
D | altivec.h | 13135 static __inline__ int __ATTRS_o_ai vec_all_ngt(vector float __a, in vec_all_ngt() function 13145 static __inline__ int __ATTRS_o_ai vec_all_ngt(vector double __a, in vec_all_ngt() function
|
D | vecintrin.h | 3352 vec_all_ngt(vector double __a, vector double __b) { in vec_all_ngt() function
|