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

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c1205 res_vsc = vec_lvx(0, &vsc);
1209 res_vsc = vec_lvx(0, &param_sc);
1213 res_vuc = vec_lvx(0, &vuc);
1217 res_vuc = vec_lvx(0, &param_uc);
1221 res_vbc = vec_lvx(0, &vbc);
1225 res_vs = vec_lvx(0, &vs);
1229 res_vs = vec_lvx(0, &param_s);
1233 res_vus = vec_lvx(0, &vus);
1237 res_vus = vec_lvx(0, &param_us);
1241 res_vbs = vec_lvx(
[all...]
/external/clang/lib/Headers/
H A Daltivec.h1816 /* vec_lvx */
1819 vec_lvx(int __a, const vector signed char *__b) function
1825 vec_lvx(int __a, const signed char *__b) function
1831 vec_lvx(int __a, const vector unsigned char *__b) function
1837 vec_lvx(int __a, const unsigned char *__b) function
1843 vec_lvx(int __a, const vector bool char *__b) function
1849 vec_lvx(int __a, const vector short *__b) function
1855 vec_lvx(int __a, const short *__b) function
1861 vec_lvx(int __a, const vector unsigned short *__b) function
1867 vec_lvx(in function
1873 vec_lvx(int __a, const vector bool short *__b) function
1879 vec_lvx(int __a, const vector pixel *__b) function
1885 vec_lvx(int __a, const vector int *__b) function
1891 vec_lvx(int __a, const int *__b) function
1897 vec_lvx(int __a, const vector unsigned int *__b) function
1903 vec_lvx(int __a, const unsigned int *__b) function
1909 vec_lvx(int __a, const vector bool int *__b) function
1915 vec_lvx(int __a, const vector float *__b) function
1921 vec_lvx(int __a, const float *__b) function
[all...]

Completed in 440 milliseconds