Searched refs:vec_vsx_st (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 99 vec_vsx_st(vsi, 0, &res_vsi); in test1() 102 vec_vsx_st(vui, 0, &res_vui); in test1() 105 vec_vsx_st(vf, 0, &res_vf); in test1() 108 vec_vsx_st(vsll, 0, &res_vsll); in test1() 111 vec_vsx_st(vull, 0, &res_vull); in test1() 114 vec_vsx_st(vd, 0, &res_vd); in test1()
|
/external/clang/lib/Headers/ |
D | altivec.h | 9164 vec_vsx_st(vector signed int __a, int __b, vector signed int *__c) in vec_vsx_st() function 9170 vec_vsx_st(vector unsigned int __a, int __b, vector unsigned int *__c) in vec_vsx_st() function 9176 vec_vsx_st(vector float __a, int __b, vector float *__c) in vec_vsx_st() function 9182 vec_vsx_st(vector signed long long __a, int __b, vector signed long long *__c) in vec_vsx_st() function 9188 vec_vsx_st(vector unsigned long long __a, int __b, in vec_vsx_st() function 9195 vec_vsx_st(vector double __a, int __b, vector double *__c) in vec_vsx_st() function
|