Home
last modified time | relevance | path

Searched refs:vec_vaddubm (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c187 res_vsc = vec_vaddubm(vsc, vsc); in test1()
191 res_vsc = vec_vaddubm(vbc, vsc); in test1()
195 res_vsc = vec_vaddubm(vsc, vbc); in test1()
199 res_vuc = vec_vaddubm(vuc, vuc); in test1()
203 res_vuc = vec_vaddubm(vbc, vuc); in test1()
207 res_vuc = vec_vaddubm(vuc, vbc); in test1()
/external/clang/lib/Headers/
Daltivec.h326 #define __builtin_altivec_vaddubm vec_vaddubm
329 vec_vaddubm(vector signed char __a, vector signed char __b) { in vec_vaddubm() function
334 vec_vaddubm(vector bool char __a, vector signed char __b) { in vec_vaddubm() function
339 vec_vaddubm(vector signed char __a, vector bool char __b) { in vec_vaddubm() function
344 vec_vaddubm(vector unsigned char __a, vector unsigned char __b) { in vec_vaddubm() function
349 vec_vaddubm(vector bool char __a, vector unsigned char __b) { in vec_vaddubm() function
354 vec_vaddubm(vector unsigned char __a, vector bool char __b) { in vec_vaddubm() function