Searched refs:vec_vsx_ld (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 295 res_vsi = vec_vsx_ld(0, &vsi); in test1() 299 res_vui = vec_vsx_ld(0, &vui); in test1() 303 res_vf = vec_vsx_ld (0, &vf); in test1() 307 res_vsll = vec_vsx_ld(0, &vsll); in test1() 311 res_vull = vec_vsx_ld(0, &vull); in test1() 315 res_vd = vec_vsx_ld(0, &vd); in test1()
|
/external/clang/lib/Headers/ |
D | altivec.h | 10081 static vector signed int __ATTRS_o_ai vec_vsx_ld(int __a, in vec_vsx_ld() function 10087 vec_vsx_ld(int __a, const vector unsigned int *__b) { in vec_vsx_ld() function 10091 static vector float __ATTRS_o_ai vec_vsx_ld(int __a, const vector float *__b) { in vec_vsx_ld() function 10096 vec_vsx_ld(int __a, const vector signed long long *__b) { in vec_vsx_ld() function 10101 vec_vsx_ld(int __a, const vector unsigned long long *__b) { in vec_vsx_ld() function 10105 static vector double __ATTRS_o_ai vec_vsx_ld(int __a, in vec_vsx_ld() function
|