Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c1480 res_vsc = vec_lvxl(0, &vsc); in test6()
1484 res_vsc = vec_lvxl(0, &param_sc); in test6()
1488 res_vuc = vec_lvxl(0, &vuc); in test6()
1492 res_vbc = vec_lvxl(0, &vbc); in test6()
1496 res_vuc = vec_lvxl(0, &param_uc); in test6()
1500 res_vs = vec_lvxl(0, &vs); in test6()
1504 res_vs = vec_lvxl(0, &param_s); in test6()
1508 res_vus = vec_lvxl(0, &vus); in test6()
1512 res_vus = vec_lvxl(0, &param_us); in test6()
1516 res_vbs = vec_lvxl(0, &vbs); in test6()
[all …]
/external/clang/lib/Headers/
Daltivec.h2497 static vector signed char __ATTRS_o_ai vec_lvxl(int __a, in vec_lvxl() function
2502 static vector signed char __ATTRS_o_ai vec_lvxl(int __a, in vec_lvxl() function
2508 vec_lvxl(int __a, const vector unsigned char *__b) { in vec_lvxl() function
2512 static vector unsigned char __ATTRS_o_ai vec_lvxl(int __a, in vec_lvxl() function
2517 static vector bool char __ATTRS_o_ai vec_lvxl(int __a, in vec_lvxl() function
2522 static vector short __ATTRS_o_ai vec_lvxl(int __a, const vector short *__b) { in vec_lvxl() function
2526 static vector short __ATTRS_o_ai vec_lvxl(int __a, const short *__b) { in vec_lvxl() function
2531 vec_lvxl(int __a, const vector unsigned short *__b) { in vec_lvxl() function
2535 static vector unsigned short __ATTRS_o_ai vec_lvxl(int __a, in vec_lvxl() function
2540 static vector bool short __ATTRS_o_ai vec_lvxl(int __a, in vec_lvxl() function
[all …]