Searched defs:vec_lvlxl (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 245 #define vec_lvlxl __builtin_vec_lvlxl macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 13755 vec_lvlxl(int __a, const signed char *__b) { in vec_lvlxl() function 13761 vec_lvlxl(int __a, const vector signed char *__b) { in vec_lvlxl() function 13767 vec_lvlxl(int __a, const unsigned char *__b) { in vec_lvlxl() function 13773 vec_lvlxl(int __a, const vector unsigned char *__b) { in vec_lvlxl() function 13779 vec_lvlxl(int __a, const vector bool char *__b) { in vec_lvlxl() function 13784 static __inline__ vector short __ATTRS_o_ai vec_lvlxl(int __a, in vec_lvlxl() function 13789 static __inline__ vector short __ATTRS_o_ai vec_lvlxl(int __a, in vec_lvlxl() function 13796 vec_lvlxl(int __a, const unsigned short *__b) { in vec_lvlxl() function 13802 vec_lvlxl(int __a, const vector unsigned short *__b) { in vec_lvlxl() function 13808 vec_lvlxl(int __a, const vector bool short *__b) { in vec_lvlxl() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 3547 #define vec_lvlxl(_a, _b) vec_lvlx(_a, _b) macro
|