Searched defs:vec_vsx_ld (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | altivec.h | 127 #define vec_vsx_ld __builtin_vec_vsx_ld macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 12812 vec_vsx_ld(int __a, const vector bool int *__b) { in vec_vsx_ld() function 12817 vec_vsx_ld(int __a, const vector signed int *__b) { in vec_vsx_ld() function 12822 vec_vsx_ld(int __a, const signed int *__b) { in vec_vsx_ld() function 12827 vec_vsx_ld(int __a, const vector unsigned int *__b) { in vec_vsx_ld() function 12832 vec_vsx_ld(int __a, const unsigned int *__b) { in vec_vsx_ld() function 12837 vec_vsx_ld(int __a, const vector float *__b) { in vec_vsx_ld() function 12841 static __inline__ vector float __ATTRS_o_ai vec_vsx_ld(int __a, in vec_vsx_ld() function 12847 vec_vsx_ld(int __a, const vector signed long long *__b) { in vec_vsx_ld() function 12852 vec_vsx_ld(int __a, const vector unsigned long long *__b) { in vec_vsx_ld() function 12857 vec_vsx_ld(int __a, const vector double *__b) { in vec_vsx_ld() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 359 #define vec_vsx_ld __builtin_vec_vsx_ld macro
|