Searched refs:vec_dive (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-p10vector.c | 91 return vec_dive(vsia, vsib); in test_vec_dive_si() 97 return vec_dive(vuia, vuib); in test_vec_dive_ui() 103 return vec_dive(vslla, vsllb); in test_vec_dive_sll() 109 return vec_dive(vulla, vullb); in test_vec_dive_ull() 115 return vec_dive(vui128a, vui128b); in test_vec_dive_u128() 121 return vec_dive(vsi128a, vsi128b); in test_vec_dive_s128()
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 3465 vec_dive(vector signed int __a, vector signed int __b) { in vec_dive() function 3470 vec_dive(vector unsigned int __a, vector unsigned int __b) { in vec_dive() function 3475 vec_dive(vector signed long long __a, vector signed long long __b) { in vec_dive() function 3480 vec_dive(vector unsigned long long __a, vector unsigned long long __b) { in vec_dive() function 3485 vec_dive(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_dive() function 3490 vec_dive(vector signed __int128 __a, vector signed __int128 __b) { in vec_dive() function
|