Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c1427 res_vsc = vec_ldl(0, &vsc); in test6()
1431 res_vsc = vec_ldl(0, &param_sc); in test6()
1435 res_vuc = vec_ldl(0, &vuc); in test6()
1439 res_vuc = vec_ldl(0, &param_uc); in test6()
1443 res_vbc = vec_ldl(0, &vbc); in test6()
1447 res_vs = vec_ldl(0, &vs); in test6()
1451 res_vs = vec_ldl(0, &param_s); in test6()
1455 res_vus = vec_ldl(0, &vus); in test6()
1459 res_vus = vec_ldl(0, &param_us); in test6()
1463 res_vbs = vec_ldl(0, &vbs); in test6()
[all …]
/external/clang/lib/Headers/
Daltivec.h2503 vec_ldl(int __a, const vector signed char *__b) { in vec_ldl() function
2508 vec_ldl(int __a, const signed char *__b) { in vec_ldl() function
2513 vec_ldl(int __a, const vector unsigned char *__b) { in vec_ldl() function
2518 vec_ldl(int __a, const unsigned char *__b) { in vec_ldl() function
2523 vec_ldl(int __a, const vector bool char *__b) { in vec_ldl() function
2527 static __inline__ vector short __ATTRS_o_ai vec_ldl(int __a, in vec_ldl() function
2532 static __inline__ vector short __ATTRS_o_ai vec_ldl(int __a, const short *__b) { in vec_ldl() function
2537 vec_ldl(int __a, const vector unsigned short *__b) { in vec_ldl() function
2542 vec_ldl(int __a, const unsigned short *__b) { in vec_ldl() function
2547 vec_ldl(int __a, const vector bool short *__b) { in vec_ldl() function
[all …]