Searched refs:vec_lvrxl (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 6024 res_vsc = vec_lvrxl(0, ¶m_sc); in test6() 6034 res_vsc = vec_lvrxl(0, &vsc); in test6() 6044 res_vuc = vec_lvrxl(0, ¶m_uc); in test6() 6054 res_vuc = vec_lvrxl(0, &vuc); in test6() 6064 res_vbc = vec_lvrxl(0, &vbc); in test6() 6074 res_vs = vec_lvrxl(0, ¶m_s); in test6() 6084 res_vs = vec_lvrxl(0, &vs); in test6() 6094 res_vus = vec_lvrxl(0, ¶m_us); in test6() 6104 res_vus = vec_lvrxl(0, &vus); in test6() 6114 res_vbs = vec_lvrxl(0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 10040 vec_lvrxl(int __a, const signed char *__b) in vec_lvrxl() function 10048 vec_lvrxl(int __a, const vector signed char *__b) in vec_lvrxl() function 10056 vec_lvrxl(int __a, const unsigned char *__b) in vec_lvrxl() function 10064 vec_lvrxl(int __a, const vector unsigned char *__b) in vec_lvrxl() function 10072 vec_lvrxl(int __a, const vector bool char *__b) in vec_lvrxl() function 10080 vec_lvrxl(int __a, const short *__b) in vec_lvrxl() function 10088 vec_lvrxl(int __a, const vector short *__b) in vec_lvrxl() function 10096 vec_lvrxl(int __a, const unsigned short *__b) in vec_lvrxl() function 10104 vec_lvrxl(int __a, const vector unsigned short *__b) in vec_lvrxl() function 10112 vec_lvrxl(int __a, const vector bool short *__b) in vec_lvrxl() function [all …]
|