Searched defs:vec_insert (Results 1 – 1 of 1) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 9394 vec_insert(signed char __a, vector signed char __b, int __c) in vec_insert() function 9401 vec_insert(unsigned char __a, vector unsigned char __b, int __c) in vec_insert() function 9408 vec_insert(short __a, vector short __b, int __c) in vec_insert() function 9415 vec_insert(unsigned short __a, vector unsigned short __b, int __c) in vec_insert() function 9422 vec_insert(int __a, vector int __b, int __c) in vec_insert() function 9429 vec_insert(unsigned int __a, vector unsigned int __b, int __c) in vec_insert() function 9436 vec_insert(float __a, vector float __b, int __c) in vec_insert() function
|