Searched refs:vec_vmaxsb (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 1685 res_vsc = vec_vmaxsb(vsc, vsc); in test6() 1689 res_vsc = vec_vmaxsb(vbc, vsc); in test6() 1693 res_vsc = vec_vmaxsb(vsc, vbc); in test6()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 1858 res_vsc = vec_vmaxsb(vsc, vsc); in test6() 1862 res_vsc = vec_vmaxsb(vbc, vsc); in test6() 1866 res_vsc = vec_vmaxsb(vsc, vbc); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 3168 vec_vmaxsb(vector signed char __a, vector signed char __b) { in vec_vmaxsb() function 3173 vec_vmaxsb(vector bool char __a, vector signed char __b) { in vec_vmaxsb() function 3178 vec_vmaxsb(vector signed char __a, vector bool char __b) { in vec_vmaxsb() function
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 4591 vec_vmaxsb(vector signed char __a, vector signed char __b) { in vec_vmaxsb() function 4596 vec_vmaxsb(vector bool char __a, vector signed char __b) { in vec_vmaxsb() function 4601 vec_vmaxsb(vector signed char __a, vector bool char __b) { in vec_vmaxsb() function
|