Searched defs:vec_lvrxl (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 14065 vec_lvrxl(int __a, const signed char *__b) { in vec_lvrxl() function 14071 vec_lvrxl(int __a, const vector signed char *__b) { in vec_lvrxl() function 14077 vec_lvrxl(int __a, const unsigned char *__b) { in vec_lvrxl() function 14083 vec_lvrxl(int __a, const vector unsigned char *__b) { in vec_lvrxl() function 14089 vec_lvrxl(int __a, const vector bool char *__b) { in vec_lvrxl() function 14106 vec_lvrxl(int __a, const unsigned short *__b) { in vec_lvrxl() function 14112 vec_lvrxl(int __a, const vector unsigned short *__b) { in vec_lvrxl() function 14118 vec_lvrxl(int __a, const vector bool short *__b) { in vec_lvrxl() function 14140 vec_lvrxl(int __a, const unsigned int *__b) { in vec_lvrxl() function 14146 vec_lvrxl(int __a, const vector unsigned int *__b) { in vec_lvrxl() function [all …]
|