Searched refs:vec_lvrx (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 6152 res_vsc = vec_lvrx(0, ¶m_sc); in test6() 6162 res_vsc = vec_lvrx(0, &vsc); in test6() 6172 res_vuc = vec_lvrx(0, ¶m_uc); in test6() 6182 res_vuc = vec_lvrx(0, &vuc); in test6() 6192 res_vbc = vec_lvrx(0, &vbc); in test6() 6202 res_vs = vec_lvrx(0, ¶m_s); in test6() 6212 res_vs = vec_lvrx(0, &vs); in test6() 6222 res_vus = vec_lvrx(0, ¶m_us); in test6() 6232 res_vus = vec_lvrx(0, &vus); in test6() 6242 res_vbs = vec_lvrx(0, &vbs); in test6() [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 6460 res_vsc = vec_lvrx(0, param_sc_ld); in test6() 6470 res_vsc = vec_lvrx(0, &vsc); in test6() 6480 res_vuc = vec_lvrx(0, param_uc_ld); in test6() 6490 res_vuc = vec_lvrx(0, &vuc); in test6() 6500 res_vbc = vec_lvrx(0, &vbc); in test6() 6510 res_vs = vec_lvrx(0, param_s_ld); in test6() 6520 res_vs = vec_lvrx(0, &vs); in test6() 6530 res_vus = vec_lvrx(0, param_us_ld); in test6() 6540 res_vus = vec_lvrx(0, &vus); in test6() 6550 res_vbs = vec_lvrx(0, &vbs); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 11244 vec_lvrx(int __a, const signed char *__b) { in vec_lvrx() function 11250 vec_lvrx(int __a, const vector signed char *__b) { in vec_lvrx() function 11256 vec_lvrx(int __a, const unsigned char *__b) { in vec_lvrx() function 11262 vec_lvrx(int __a, const vector unsigned char *__b) { in vec_lvrx() function 11268 vec_lvrx(int __a, const vector bool char *__b) { in vec_lvrx() function 11273 static __inline__ vector short __ATTRS_o_ai vec_lvrx(int __a, in vec_lvrx() function 11278 static __inline__ vector short __ATTRS_o_ai vec_lvrx(int __a, in vec_lvrx() function 11285 vec_lvrx(int __a, const unsigned short *__b) { in vec_lvrx() function 11291 vec_lvrx(int __a, const vector unsigned short *__b) { in vec_lvrx() function 11297 vec_lvrx(int __a, const vector bool short *__b) { in vec_lvrx() function [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 13305 vec_lvrx(int __a, const signed char *__b) { in vec_lvrx() function 13311 vec_lvrx(int __a, const vector signed char *__b) { in vec_lvrx() function 13317 vec_lvrx(int __a, const unsigned char *__b) { in vec_lvrx() function 13323 vec_lvrx(int __a, const vector unsigned char *__b) { in vec_lvrx() function 13329 vec_lvrx(int __a, const vector bool char *__b) { in vec_lvrx() function 13334 static __inline__ vector short __ATTRS_o_ai vec_lvrx(int __a, in vec_lvrx() function 13339 static __inline__ vector short __ATTRS_o_ai vec_lvrx(int __a, in vec_lvrx() function 13346 vec_lvrx(int __a, const unsigned short *__b) { in vec_lvrx() function 13352 vec_lvrx(int __a, const vector unsigned short *__b) { in vec_lvrx() function 13358 vec_lvrx(int __a, const vector bool short *__b) { in vec_lvrx() function [all …]
|