Searched refs:vec_lvrxl (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 6058 res_vsc = vec_lvrxl(0, ¶m_sc); in test6() 6068 res_vsc = vec_lvrxl(0, &vsc); in test6() 6078 res_vuc = vec_lvrxl(0, ¶m_uc); in test6() 6088 res_vuc = vec_lvrxl(0, &vuc); in test6() 6098 res_vbc = vec_lvrxl(0, &vbc); in test6() 6108 res_vs = vec_lvrxl(0, ¶m_s); in test6() 6118 res_vs = vec_lvrxl(0, &vs); in test6() 6128 res_vus = vec_lvrxl(0, ¶m_us); in test6() 6138 res_vus = vec_lvrxl(0, &vus); in test6() 6148 res_vbs = vec_lvrxl(0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 9606 vec_lvrxl(int __a, const signed char *__b) in vec_lvrxl() function 9614 vec_lvrxl(int __a, const vector signed char *__b) in vec_lvrxl() function 9622 vec_lvrxl(int __a, const unsigned char *__b) in vec_lvrxl() function 9630 vec_lvrxl(int __a, const vector unsigned char *__b) in vec_lvrxl() function 9638 vec_lvrxl(int __a, const vector bool char *__b) in vec_lvrxl() function 9646 vec_lvrxl(int __a, const short *__b) in vec_lvrxl() function 9654 vec_lvrxl(int __a, const vector short *__b) in vec_lvrxl() function 9662 vec_lvrxl(int __a, const unsigned short *__b) in vec_lvrxl() function 9670 vec_lvrxl(int __a, const vector unsigned short *__b) in vec_lvrxl() function 9678 vec_lvrxl(int __a, const vector bool short *__b) in vec_lvrxl() function [all …]
|