Searched refs:vec_vsububs (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 5332 res_vuc = vec_vsububs(vuc, vuc); in test6() 5336 res_vuc = vec_vsububs(vbc, vuc); in test6() 5340 res_vuc = vec_vsububs(vuc, vbc); in test6()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 5640 res_vuc = vec_vsububs(vuc, vuc); in test6() 5644 res_vuc = vec_vsububs(vbc, vuc); in test6() 5648 res_vuc = vec_vsububs(vuc, vbc); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 9719 vec_vsububs(vector unsigned char __a, vector unsigned char __b) { in vec_vsububs() function 9724 vec_vsububs(vector bool char __a, vector unsigned char __b) { in vec_vsububs() function 9729 vec_vsububs(vector unsigned char __a, vector bool char __b) { in vec_vsububs() function
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 11661 vec_vsububs(vector unsigned char __a, vector unsigned char __b) { in vec_vsububs() function 11666 vec_vsububs(vector bool char __a, vector unsigned char __b) { in vec_vsububs() function 11671 vec_vsububs(vector unsigned char __a, vector bool char __b) { in vec_vsububs() function
|