Searched refs:vec_lvxl (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c1407 res_vsc = vec_lvxl(0, &vsc);
1411 res_vsc = vec_lvxl(0, &param_sc);
1415 res_vuc = vec_lvxl(0, &vuc);
1419 res_vbc = vec_lvxl(0, &vbc);
1423 res_vuc = vec_lvxl(0, &param_uc);
1427 res_vs = vec_lvxl(0, &vs);
1431 res_vs = vec_lvxl(0, &param_s);
1435 res_vus = vec_lvxl(0, &vus);
1439 res_vus = vec_lvxl(0, &param_us);
1443 res_vbs = vec_lvxl(
[all...]
/external/clang/lib/Headers/
H A Daltivec.h2128 /* vec_lvxl */
2131 vec_lvxl(int __a, const vector signed char *__b) function
2137 vec_lvxl(int __a, const signed char *__b) function
2143 vec_lvxl(int __a, const vector unsigned char *__b) function
2149 vec_lvxl(int __a, const unsigned char *__b) function
2155 vec_lvxl(int __a, const vector bool char *__b) function
2161 vec_lvxl(int __a, const vector short *__b) function
2167 vec_lvxl(int __a, const short *__b) function
2173 vec_lvxl(int __a, const vector unsigned short *__b) function
2179 vec_lvxl(in function
2185 vec_lvxl(int __a, const vector bool short *__b) function
2191 vec_lvxl(int __a, const vector pixel *__b) function
2197 vec_lvxl(int __a, const vector int *__b) function
2203 vec_lvxl(int __a, const int *__b) function
2209 vec_lvxl(int __a, const vector unsigned int *__b) function
2215 vec_lvxl(int __a, const unsigned int *__b) function
2221 vec_lvxl(int __a, const vector bool int *__b) function
2227 vec_lvxl(int __a, const vector float *__b) function
2233 vec_lvxl(int __a, const float *__b) function
[all...]

Completed in 52 milliseconds