Searched defs:vec_ldl (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 2021 vec_ldl(int __a, const vector signed char *__b) in vec_ldl() function 2027 vec_ldl(int __a, const signed char *__b) in vec_ldl() function 2033 vec_ldl(int __a, const vector unsigned char *__b) in vec_ldl() function 2039 vec_ldl(int __a, const unsigned char *__b) in vec_ldl() function 2045 vec_ldl(int __a, const vector bool char *__b) in vec_ldl() function 2051 vec_ldl(int __a, const vector short *__b) in vec_ldl() function 2057 vec_ldl(int __a, const short *__b) in vec_ldl() function 2063 vec_ldl(int __a, const vector unsigned short *__b) in vec_ldl() function 2069 vec_ldl(int __a, const unsigned short *__b) in vec_ldl() function 2075 vec_ldl(int __a, const vector bool short *__b) in vec_ldl() function [all …]
|