Searched refs:vec_vadduws (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c147 res_vui = vec_vadduws(vui, vui); // CHECK: @llvm.ppc.altivec.vadduws
148 res_vui = vec_vadduws(vbi, vui); // CHECK: @llvm.ppc.altivec.vadduws
149 res_vui = vec_vadduws(vui, vbi); // CHECK: @llvm.ppc.altivec.vadduws
/external/clang/lib/Headers/
H A Daltivec.h607 /* vec_vadduws */
610 vec_vadduws(vector unsigned int __a, vector unsigned int __b) function
616 vec_vadduws(vector bool int __a, vector unsigned int __b) function
622 vec_vadduws(vector unsigned int __a, vector bool int __b) function
/external/clang/lib/include/
H A Daltivec.h607 /* vec_vadduws */
610 vec_vadduws(vector unsigned int __a, vector unsigned int __b) function
616 vec_vadduws(vector bool int __a, vector unsigned int __b) function
622 vec_vadduws(vector unsigned int __a, vector bool int __b) function

Completed in 117 milliseconds