Searched refs:vec_lvrxl (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 6304 res_vsc = vec_lvrxl(0, ¶m_sc); in test6() 6314 res_vsc = vec_lvrxl(0, &vsc); in test6() 6324 res_vuc = vec_lvrxl(0, ¶m_uc); in test6() 6334 res_vuc = vec_lvrxl(0, &vuc); in test6() 6344 res_vbc = vec_lvrxl(0, &vbc); in test6() 6354 res_vs = vec_lvrxl(0, ¶m_s); in test6() 6364 res_vs = vec_lvrxl(0, &vs); in test6() 6374 res_vus = vec_lvrxl(0, ¶m_us); in test6() 6384 res_vus = vec_lvrxl(0, &vus); in test6() 6394 res_vbs = vec_lvrxl(0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 10955 static vector signed char __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl() function 10962 vec_lvrxl(int __a, const vector signed char *__b) { in vec_lvrxl() function 10967 static vector unsigned char __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl() function 10974 vec_lvrxl(int __a, const vector unsigned char *__b) { in vec_lvrxl() function 10979 static vector bool char __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl() function 10985 static vector short __ATTRS_o_ai vec_lvrxl(int __a, const short *__b) { in vec_lvrxl() function 10989 static vector short __ATTRS_o_ai vec_lvrxl(int __a, const vector short *__b) { in vec_lvrxl() function 10994 static vector unsigned short __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl() function 11001 vec_lvrxl(int __a, const vector unsigned short *__b) { in vec_lvrxl() function 11006 static vector bool short __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl() function [all …]
|