Searched refs:vec_dive (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-p10vector.c | 95 return vec_dive(vsia, vsib); in test_vec_dive_si() 101 return vec_dive(vuia, vuib); in test_vec_dive_ui() 107 return vec_dive(vslla, vsllb); in test_vec_dive_sll() 113 return vec_dive(vulla, vullb); in test_vec_dive_ull() 119 return vec_dive(vui128a, vui128b); in test_vec_dive_u128() 125 return vec_dive(vsi128a, vsi128b); in test_vec_dive_s128()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 3827 vec_dive(vector signed int __a, vector signed int __b) { in vec_dive() function 3832 vec_dive(vector unsigned int __a, vector unsigned int __b) { in vec_dive() function 3837 vec_dive(vector signed long long __a, vector signed long long __b) { in vec_dive() function 3842 vec_dive(vector unsigned long long __a, vector unsigned long long __b) { in vec_dive() function 3848 vec_dive(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_dive() function 3853 vec_dive(vector signed __int128 __a, vector signed __int128 __b) { in vec_dive() function
|