Searched defs:vec_st (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 7100 vec_st(vector signed char __a, int __b, vector signed char *__c) in vec_st() function 7106 vec_st(vector signed char __a, int __b, signed char *__c) in vec_st() function 7112 vec_st(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_st() function 7118 vec_st(vector unsigned char __a, int __b, unsigned char *__c) in vec_st() function 7124 vec_st(vector bool char __a, int __b, signed char *__c) in vec_st() function 7130 vec_st(vector bool char __a, int __b, unsigned char *__c) in vec_st() function 7136 vec_st(vector bool char __a, int __b, vector bool char *__c) in vec_st() function 7142 vec_st(vector short __a, int __b, vector short *__c) in vec_st() function 7148 vec_st(vector short __a, int __b, short *__c) in vec_st() function 7154 vec_st(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_st() function [all …]
|