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.c168 res_vsc = vec_vaddubm(vsc, vsc); in test1()
172 res_vsc = vec_vaddubm(vbc, vsc); in test1()
176 res_vsc = vec_vaddubm(vsc, vbc); in test1()
180 res_vuc = vec_vaddubm(vuc, vuc); in test1()
184 res_vuc = vec_vaddubm(vbc, vuc); in test1()
188 res_vuc = vec_vaddubm(vuc, vbc); in test1()
/external/clang/lib/Headers/
Daltivec.h256 #define __builtin_altivec_vaddubm vec_vaddubm
259 vec_vaddubm(vector signed char __a, vector signed char __b) in vec_vaddubm() function
265 vec_vaddubm(vector bool char __a, vector signed char __b) in vec_vaddubm() function
271 vec_vaddubm(vector signed char __a, vector bool char __b) in vec_vaddubm() function
277 vec_vaddubm(vector unsigned char __a, vector unsigned char __b) in vec_vaddubm() function
283 vec_vaddubm(vector bool char __a, vector unsigned char __b) in vec_vaddubm() function
289 vec_vaddubm(vector unsigned char __a, vector bool char __b) in vec_vaddubm() function