Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c5791 res_vsc = vec_lvlx(0, &param_sc); in test6()
5801 res_vsc = vec_lvlx(0, &vsc); in test6()
5811 res_vuc = vec_lvlx(0, &param_uc); in test6()
5821 res_vuc = vec_lvlx(0, &vuc); in test6()
5831 res_vbc = vec_lvlx(0, &vbc); in test6()
5841 res_vs = vec_lvlx(0, &param_s); in test6()
5851 res_vs = vec_lvlx(0, &vs); in test6()
5861 res_vus = vec_lvlx(0, &param_us); in test6()
5871 res_vus = vec_lvlx(0, &vus); in test6()
5881 res_vbs = vec_lvlx(0, &vbs); in test6()
[all …]
/external/clang/lib/Headers/
Daltivec.h10655 static vector signed char __ATTRS_o_ai vec_lvlx(int __a, in vec_lvlx() function
10661 static vector signed char __ATTRS_o_ai vec_lvlx(int __a, in vec_lvlx() function
10667 static vector unsigned char __ATTRS_o_ai vec_lvlx(int __a, in vec_lvlx() function
10674 vec_lvlx(int __a, const vector unsigned char *__b) { in vec_lvlx() function
10679 static vector bool char __ATTRS_o_ai vec_lvlx(int __a, in vec_lvlx() function
10685 static vector short __ATTRS_o_ai vec_lvlx(int __a, const short *__b) { in vec_lvlx() function
10689 static vector short __ATTRS_o_ai vec_lvlx(int __a, const vector short *__b) { in vec_lvlx() function
10694 static vector unsigned short __ATTRS_o_ai vec_lvlx(int __a, in vec_lvlx() function
10701 vec_lvlx(int __a, const vector unsigned short *__b) { in vec_lvlx() function
10706 static vector bool short __ATTRS_o_ai vec_lvlx(int __a, in vec_lvlx() function
[all …]