Searched refs:vec_vspltb (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 276 #define vec_vspltb __builtin_vec_vspltb macro
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 8915 vec_vspltb(vector unsigned char __a, unsigned char __b); 8929 (vector signed int)vec_vspltb((vector unsigned char)__b, 0)); in vec_sl() 8933 (vector signed int)vec_vspltb((vector unsigned char)__b, 15)); in vec_sl() 8943 (vector signed int)vec_vspltb((vector unsigned char)__b, 0)); in vec_sl() 8949 (vector signed int)vec_vspltb((vector unsigned char)__b, 15)); in vec_sl() 10205 #define __builtin_altivec_vspltb vec_vspltb 10208 vec_vspltb(vector signed char __a, unsigned char __b) { in vec_vspltb() function 10213 vec_vspltb(vector unsigned char __a, unsigned char __b) { in vec_vspltb() function 10217 static __inline__ vector bool char __ATTRS_o_ai vec_vspltb(vector bool char __a, in vec_vspltb() function 10441 (vector signed int)vec_vspltb((vector unsigned char)__swapshift, 0)); in vec_sr() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 224 inline vector signed char vec_vspltb (vector signed char a1, const char a2) __attribute__ ((always_… 225 inline vector unsigned char vec_vspltb (vector unsigned char a1, const char a2) __attribute__ ((alw… 3807 vec_vspltb (vector signed char a1, const char a2) in vec_vspltb() function 3813 vec_vspltb (vector unsigned char a1, const char a2) in vec_vspltb() function 7679 #define vec_vspltb(a1, a2) \
|
/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 8987 vector signed char vec_vspltb (vector signed char, const int); 8988 vector unsigned char vec_vspltb (vector unsigned char, const int); 8989 vector bool char vec_vspltb (vector bool char, const int);
|
H A D | gcc.info | 23347 vector signed char vec_vspltb (vector signed char, const int); 23348 vector unsigned char vec_vspltb (vector unsigned char, const int); 23349 vector bool char vec_vspltb (vector bool char, const int);
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.7 | 10273 (vec_vspltb): New.
|