Searched refs:vec_lvrxl (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 6323 res_vsc = vec_lvrxl(0, ¶m_sc); in test6() 6333 res_vsc = vec_lvrxl(0, &vsc); in test6() 6343 res_vuc = vec_lvrxl(0, ¶m_uc); in test6() 6353 res_vuc = vec_lvrxl(0, &vuc); in test6() 6363 res_vbc = vec_lvrxl(0, &vbc); in test6() 6373 res_vs = vec_lvrxl(0, ¶m_s); in test6() 6383 res_vs = vec_lvrxl(0, &vs); in test6() 6393 res_vus = vec_lvrxl(0, ¶m_us); in test6() 6403 res_vus = vec_lvrxl(0, &vus); in test6() 6413 res_vbs = vec_lvrxl(0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 11350 vec_lvrxl(int __a, const signed char *__b) { in vec_lvrxl() function 11356 vec_lvrxl(int __a, const vector signed char *__b) { in vec_lvrxl() function 11362 vec_lvrxl(int __a, const unsigned char *__b) { in vec_lvrxl() function 11368 vec_lvrxl(int __a, const vector unsigned char *__b) { in vec_lvrxl() function 11374 vec_lvrxl(int __a, const vector bool char *__b) { in vec_lvrxl() function 11379 static __inline__ vector short __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl() function 11384 static __inline__ vector short __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl() function 11391 vec_lvrxl(int __a, const unsigned short *__b) { in vec_lvrxl() function 11397 vec_lvrxl(int __a, const vector unsigned short *__b) { in vec_lvrxl() function 11403 vec_lvrxl(int __a, const vector bool short *__b) { in vec_lvrxl() function [all …]
|