Searched defs:vec_vsx_ld (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 12910 vec_vsx_ld(int __a, const vector bool int *__b) { in vec_vsx_ld() function 12915 vec_vsx_ld(int __a, const vector signed int *__b) { in vec_vsx_ld() function 12920 vec_vsx_ld(int __a, const signed int *__b) { in vec_vsx_ld() function 12925 vec_vsx_ld(int __a, const vector unsigned int *__b) { in vec_vsx_ld() function 12930 vec_vsx_ld(int __a, const unsigned int *__b) { in vec_vsx_ld() function 12935 vec_vsx_ld(int __a, const vector float *__b) { in vec_vsx_ld() function 12939 static __inline__ vector float __ATTRS_o_ai vec_vsx_ld(int __a, in vec_vsx_ld() function 12945 vec_vsx_ld(int __a, const vector signed long long *__b) { in vec_vsx_ld() function 12950 vec_vsx_ld(int __a, const vector unsigned long long *__b) { in vec_vsx_ld() function 12955 vec_vsx_ld(int __a, const vector double *__b) { in vec_vsx_ld() function [all …]
|