Searched refs:vec_mod (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-p10vector.c | 155 return vec_mod(vsia, vsib); in test_vec_mod_si() 161 return vec_mod(vuia, vuib); in test_vec_mod_ui() 167 return vec_mod(vslla, vsllb); in test_vec_mod_sll() 173 return vec_mod(vulla, vullb); in test_vec_mod_ull() 1833 return vec_mod(vui128a, vui128b); in test_vec_mod_u128() 1839 return vec_mod(vsi128a, vsi128b); in test_vec_mod_s128()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 18539 vec_mod(vector signed int __a, vector signed int __b) { in vec_mod() function 18544 vec_mod(vector unsigned int __a, vector unsigned int __b) { in vec_mod() function 18549 vec_mod(vector signed long long __a, vector signed long long __b) { in vec_mod() function 18554 vec_mod(vector unsigned long long __a, vector unsigned long long __b) { in vec_mod() function 18560 vec_mod(vector signed __int128 __a, vector signed __int128 __b) { in vec_mod() function 18565 vec_mod(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_mod() function
|