Searched defs:vec_lvx (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | altivec.h | 61 #define vec_lvx vec_ld macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 69 #define vec_lvx vec_ld macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 4084 vec_lvx(int __a, const vector signed char *__b) { in vec_lvx() function 4089 vec_lvx(int __a, const signed char *__b) { in vec_lvx() function 4094 vec_lvx(int __a, const vector unsigned char *__b) { in vec_lvx() function 4099 vec_lvx(int __a, const unsigned char *__b) { in vec_lvx() function 4104 vec_lvx(int __a, const vector bool char *__b) { in vec_lvx() function 4108 static __inline__ vector short __ATTRS_o_ai vec_lvx(int __a, in vec_lvx() function 4113 static __inline__ vector short __ATTRS_o_ai vec_lvx(int __a, const short *__b) { in vec_lvx() function 4118 vec_lvx(int __a, const vector unsigned short *__b) { in vec_lvx() function 4123 vec_lvx(int __a, const unsigned short *__b) { in vec_lvx() function 4128 vec_lvx(int __a, const vector bool short *__b) { in vec_lvx() function [all …]
|