Searched refs:vec_first_mismatch_or_eos_index (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-p9vector.c | 423 return vec_first_mismatch_or_eos_index (vsca, vscb); in test19() 440 return vec_first_mismatch_or_eos_index (vuca, vucb); in test20() 457 return vec_first_mismatch_or_eos_index (vsia, vsib); in test21() 474 return vec_first_mismatch_or_eos_index (vuia, vuib); in test22() 491 return vec_first_mismatch_or_eos_index (vssa, vssb); in test23() 508 return vec_first_mismatch_or_eos_index (vusa, vusb); in test24()
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 2730 vec_first_mismatch_or_eos_index(vector signed char __a, in vec_first_mismatch_or_eos_index() function 2745 vec_first_mismatch_or_eos_index(vector unsigned char __a, in vec_first_mismatch_or_eos_index() function 2760 vec_first_mismatch_or_eos_index(vector signed short __a, in vec_first_mismatch_or_eos_index() function 2775 vec_first_mismatch_or_eos_index(vector unsigned short __a, in vec_first_mismatch_or_eos_index() function 2790 vec_first_mismatch_or_eos_index(vector signed int __a, vector signed int __b) { in vec_first_mismatch_or_eos_index() function 2804 vec_first_mismatch_or_eos_index(vector unsigned int __a, in vec_first_mismatch_or_eos_index() function
|