Searched defs:vec_lvrxl (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 247 #define vec_lvrxl __builtin_vec_lvrxl macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 13967 vec_lvrxl(int __a, const signed char *__b) { in vec_lvrxl() function 13973 vec_lvrxl(int __a, const vector signed char *__b) { in vec_lvrxl() function 13979 vec_lvrxl(int __a, const unsigned char *__b) { in vec_lvrxl() function 13985 vec_lvrxl(int __a, const vector unsigned char *__b) { in vec_lvrxl() function 13991 vec_lvrxl(int __a, const vector bool char *__b) { in vec_lvrxl() function 13996 static __inline__ vector short __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl() function 14001 static __inline__ vector short __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl() function 14008 vec_lvrxl(int __a, const unsigned short *__b) { in vec_lvrxl() function 14014 vec_lvrxl(int __a, const vector unsigned short *__b) { in vec_lvrxl() function 14020 vec_lvrxl(int __a, const vector bool short *__b) { in vec_lvrxl() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 3642 #define vec_lvrxl(_a, _b) vec_lvrx(_a, _b) macro
|