Home
last modified time | relevance | path

Searched refs:vec_lde (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-altivec.c1549 res_vsc = vec_lde(0, param_sc_ld); in test6()
1553 res_vuc = vec_lde(0, param_uc_ld); in test6()
1557 res_vs = vec_lde(0, param_s_ld); in test6()
1561 res_vus = vec_lde(0, param_us_ld); in test6()
1565 res_vi = vec_lde(0, param_i_ld); in test6()
1569 res_vui = vec_lde(0, param_ui_ld); in test6()
1573 res_vf = vec_lde(0, param_f_ld); in test6()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h4227 vec_lde(long __a, const signed char *__b) { in vec_lde() function
4232 vec_lde(long __a, const unsigned char *__b) { in vec_lde() function
4236 static __inline__ vector short __ATTRS_o_ai vec_lde(long __a, const short *__b) { in vec_lde() function
4241 vec_lde(long __a, const unsigned short *__b) { in vec_lde() function
4245 static __inline__ vector int __ATTRS_o_ai vec_lde(long __a, const int *__b) { in vec_lde() function
4250 vec_lde(long __a, const unsigned int *__b) { in vec_lde() function
4254 static __inline__ vector float __ATTRS_o_ai vec_lde(long __a, const float *__b) { in vec_lde() function