Searched defs:vec_st (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 6702 vec_st(vector signed char a, int b, vector signed char *c) in vec_st() function 6708 vec_st(vector signed char a, int b, signed char *c) in vec_st() function 6714 vec_st(vector unsigned char a, int b, vector unsigned char *c) in vec_st() function 6720 vec_st(vector unsigned char a, int b, unsigned char *c) in vec_st() function 6726 vec_st(vector bool char a, int b, signed char *c) in vec_st() function 6732 vec_st(vector bool char a, int b, unsigned char *c) in vec_st() function 6738 vec_st(vector bool char a, int b, vector bool char *c) in vec_st() function 6744 vec_st(vector short a, int b, vector short *c) in vec_st() function 6750 vec_st(vector short a, int b, short *c) in vec_st() function 6756 vec_st(vector unsigned short a, int b, vector unsigned short *c) in vec_st() function [all …]
|