Searched refs:vec_vsldoi (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 3307 res_vsc = vec_vsldoi(vsc, vsc, 0); in test6() 3313 res_vuc = vec_vsldoi(vuc, vuc, 0); in test6() 3319 res_vs = vec_vsldoi(vs, vs, 0); in test6() 3325 res_vus = vec_vsldoi(vus, vus, 0); in test6() 3331 res_vp = vec_vsldoi(vp, vp, 0); in test6() 3337 res_vi = vec_vsldoi(vi, vi, 0); in test6() 3343 res_vui = vec_vsldoi(vui, vui, 0); in test6() 3349 res_vf = vec_vsldoi(vf, vf, 0); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 5339 vec_vsldoi(vector signed char __a, vector signed char __b, unsigned char __c) in vec_vsldoi() function 5353 vec_vsldoi(vector unsigned char __a, vector unsigned char __b, unsigned char __c) in vec_vsldoi() function 5367 vec_vsldoi(vector short __a, vector short __b, unsigned char __c) in vec_vsldoi() function 5381 vec_vsldoi(vector unsigned short __a, vector unsigned short __b, unsigned char __c) in vec_vsldoi() function 5395 vec_vsldoi(vector pixel __a, vector pixel __b, unsigned char __c) in vec_vsldoi() function 5409 vec_vsldoi(vector int __a, vector int __b, unsigned char __c) in vec_vsldoi() function 5423 vec_vsldoi(vector unsigned int __a, vector unsigned int __b, unsigned char __c) in vec_vsldoi() function 5437 vec_vsldoi(vector float __a, vector float __b, unsigned char __c) in vec_vsldoi() function
|