Searched refs:vec_st (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h6699 /* vec_st */
6702 vec_st(vector signed char __a, int __b, vector signed char *__c) function
6708 vec_st(vector signed char __a, int __b, signed char *__c) function
6714 vec_st(vector unsigned char __a, int __b, vector unsigned char *__c) function
6720 vec_st(vector unsigned char __a, int __b, unsigned char *__c) function
6726 vec_st(vector bool char __a, int __b, signed char *__c) function
6732 vec_st(vector bool char __a, int __b, unsigned char *__c) function
6738 vec_st(vector bool char __a, int __b, vector bool char *__c) function
6744 vec_st(vector short __a, int __b, vector short *__c) function
6750 vec_st(vecto function
6756 vec_st(vector unsigned short __a, int __b, vector unsigned short *__c) function
6762 vec_st(vector unsigned short __a, int __b, unsigned short *__c) function
6768 vec_st(vector bool short __a, int __b, short *__c) function
6774 vec_st(vector bool short __a, int __b, unsigned short *__c) function
6780 vec_st(vector bool short __a, int __b, vector bool short *__c) function
6786 vec_st(vector pixel __a, int __b, short *__c) function
6792 vec_st(vector pixel __a, int __b, unsigned short *__c) function
6798 vec_st(vector pixel __a, int __b, vector pixel *__c) function
6804 vec_st(vector int __a, int __b, vector int *__c) function
6810 vec_st(vector int __a, int __b, int *__c) function
6816 vec_st(vector unsigned int __a, int __b, vector unsigned int *__c) function
6822 vec_st(vector unsigned int __a, int __b, unsigned int *__c) function
6828 vec_st(vector bool int __a, int __b, int *__c) function
6834 vec_st(vector bool int __a, int __b, unsigned int *__c) function
6840 vec_st(vector bool int __a, int __b, vector bool int *__c) function
6846 vec_st(vector float __a, int __b, vector float *__c) function
6852 vec_st(vector float __a, int __b, float *__c) function
[all...]
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Daltivec.h94 #define vec_stvx vec_st
236 #define vec_st __builtin_vec_st macro

Completed in 84 milliseconds