Searched defs:vec_vsx_st (Results 1 – 1 of 1) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 9007 vec_vsx_st(vector signed int __a, int __b, vector signed int *__c) in vec_vsx_st() function 9013 vec_vsx_st(vector unsigned int __a, int __b, vector unsigned int *__c) in vec_vsx_st() function 9019 vec_vsx_st(vector float __a, int __b, vector float *__c) in vec_vsx_st() function 9025 vec_vsx_st(vector signed long long __a, int __b, vector signed long long *__c) in vec_vsx_st() function 9031 vec_vsx_st(vector unsigned long long __a, int __b, in vec_vsx_st() function 9038 vec_vsx_st(vector double __a, int __b, vector double *__c) in vec_vsx_st() function
|