Searched defs:vec_ste (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 7773 vec_ste(vector signed char __a, int __b, signed char *__c) in vec_ste() function 7779 vec_ste(vector unsigned char __a, int __b, unsigned char *__c) in vec_ste() function 7785 vec_ste(vector bool char __a, int __b, signed char *__c) in vec_ste() function 7791 vec_ste(vector bool char __a, int __b, unsigned char *__c) in vec_ste() function 7797 vec_ste(vector short __a, int __b, short *__c) in vec_ste() function 7803 vec_ste(vector unsigned short __a, int __b, unsigned short *__c) in vec_ste() function 7809 vec_ste(vector bool short __a, int __b, short *__c) in vec_ste() function 7815 vec_ste(vector bool short __a, int __b, unsigned short *__c) in vec_ste() function 7821 vec_ste(vector pixel __a, int __b, short *__c) in vec_ste() function 7827 vec_ste(vector pixel __a, int __b, unsigned short *__c) in vec_ste() function [all …]
|