Searched defs:vec_ld (Results 1 – 1 of 1) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 1724 vec_ld(int __a, const vector signed char *__b) in vec_ld() function 1730 vec_ld(int __a, const signed char *__b) in vec_ld() function 1736 vec_ld(int __a, const vector unsigned char *__b) in vec_ld() function 1742 vec_ld(int __a, const unsigned char *__b) in vec_ld() function 1748 vec_ld(int __a, const vector bool char *__b) in vec_ld() function 1754 vec_ld(int __a, const vector short *__b) in vec_ld() function 1760 vec_ld(int __a, const short *__b) in vec_ld() function 1766 vec_ld(int __a, const vector unsigned short *__b) in vec_ld() function 1772 vec_ld(int __a, const unsigned short *__b) in vec_ld() function 1778 vec_ld(int __a, const vector bool short *__b) in vec_ld() function [all …]
|