Searched refs:vec_first_match_index (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-p9vector.c | 69 return vec_first_match_index (vsca, vscb); in test1() 86 return vec_first_match_index (vuca, vucb); in test2() 103 return vec_first_match_index (vsia, vsib); in test3() 120 return vec_first_match_index (vuia, vuib); in test4() 137 return vec_first_match_index (vssa, vssb); in test5() 154 return vec_first_match_index (vusa, vusb); in test6()
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 2437 vec_first_match_index(vector signed char __a, vector signed char __b) { in vec_first_match_index() function 2451 vec_first_match_index(vector unsigned char __a, vector unsigned char __b) { in vec_first_match_index() function 2465 vec_first_match_index(vector signed short __a, vector signed short __b) { in vec_first_match_index() function 2479 vec_first_match_index(vector unsigned short __a, vector unsigned short __b) { in vec_first_match_index() function 2493 vec_first_match_index(vector signed int __a, vector signed int __b) { in vec_first_match_index() function 2507 vec_first_match_index(vector unsigned int __a, vector unsigned int __b) { in vec_first_match_index() function
|