Searched refs:vec_vadduws (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 405 res_vui = vec_vadduws(vui, vui); in test1() 409 res_vui = vec_vadduws(vbi, vui); in test1() 413 res_vui = vec_vadduws(vui, vbi); in test1()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 459 res_vui = vec_vadduws(vui, vui); in test1() 463 res_vui = vec_vadduws(vbi, vui); in test1() 467 res_vui = vec_vadduws(vui, vbi); in test1()
|
/external/clang/lib/Headers/ |
D | altivec.h | 648 vec_vadduws(vector unsigned int __a, vector unsigned int __b) { in vec_vadduws() function 653 vec_vadduws(vector bool int __a, vector unsigned int __b) { in vec_vadduws() function 658 vec_vadduws(vector unsigned int __a, vector bool int __b) { in vec_vadduws() function
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 737 vec_vadduws(vector unsigned int __a, vector unsigned int __b) { in vec_vadduws() function 742 vec_vadduws(vector bool int __a, vector unsigned int __b) { in vec_vadduws() function 747 vec_vadduws(vector unsigned int __a, vector bool int __b) { in vec_vadduws() function
|