Searched defs:vec_ld (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 1753 vec_ld(int __a, const vector signed char *__b) in vec_ld() function 1759 vec_ld(int __a, const signed char *__b) in vec_ld() function 1765 vec_ld(int __a, const vector unsigned char *__b) in vec_ld() function 1771 vec_ld(int __a, const unsigned char *__b) in vec_ld() function 1777 vec_ld(int __a, const vector bool char *__b) in vec_ld() function 1783 vec_ld(int __a, const vector short *__b) in vec_ld() function 1789 vec_ld(int __a, const short *__b) in vec_ld() function 1795 vec_ld(int __a, const vector unsigned short *__b) in vec_ld() function 1801 vec_ld(int __a, const unsigned short *__b) in vec_ld() function 1807 vec_ld(int __a, const vector bool short *__b) in vec_ld() function [all …]
|