Searched refs:vec_vmaxuw (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 1745 res_vui = vec_vmaxuw(vui, vui); in test6() 1749 res_vui = vec_vmaxuw(vbi, vui); in test6() 1753 res_vui = vec_vmaxuw(vui, vbi); in test6()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 1918 res_vui = vec_vmaxuw(vui, vui); in test6() 1922 res_vui = vec_vmaxuw(vbi, vui); in test6() 1926 res_vui = vec_vmaxuw(vui, vbi); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 3253 vec_vmaxuw(vector unsigned int __a, vector unsigned int __b) { in vec_vmaxuw() function 3258 vec_vmaxuw(vector bool int __a, vector unsigned int __b) { in vec_vmaxuw() function 3263 vec_vmaxuw(vector unsigned int __a, vector bool int __b) { in vec_vmaxuw() function
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 4676 vec_vmaxuw(vector unsigned int __a, vector unsigned int __b) { in vec_vmaxuw() function 4681 vec_vmaxuw(vector bool int __a, vector unsigned int __b) { in vec_vmaxuw() function 4686 vec_vmaxuw(vector unsigned int __a, vector bool int __b) { in vec_vmaxuw() function
|