Searched refs:vec_stvehx (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 240 #define vec_stvehx __builtin_vec_stvehx macro
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 11533 static __inline__ void __ATTRS_o_ai vec_stvehx(vector short __a, long __b, in vec_stvehx() function 11538 static __inline__ void __ATTRS_o_ai vec_stvehx(vector unsigned short __a, in vec_stvehx() function 11543 static __inline__ void __ATTRS_o_ai vec_stvehx(vector bool short __a, long __b, in vec_stvehx() function 11548 static __inline__ void __ATTRS_o_ai vec_stvehx(vector bool short __a, long __b, in vec_stvehx() function 11553 static __inline__ void __ATTRS_o_ai vec_stvehx(vector pixel __a, long __b, in vec_stvehx() function 11558 static __inline__ void __ATTRS_o_ai vec_stvehx(vector pixel __a, long __b, in vec_stvehx() function
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 4333 vec_stvehx (vector signed short a1, int a2, void *a3) in vec_stvehx() function 4339 vec_stvehx (vector unsigned short a1, int a2, void *a3) in vec_stvehx() function 7876 #define vec_stvehx(a, b, c) \
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 9156 void vec_stvehx (vector signed short, int, short *); 9157 void vec_stvehx (vector unsigned short, int, unsigned short *); 9158 void vec_stvehx (vector bool short, int, short *); 9159 void vec_stvehx (vector bool short, int, unsigned short *); 9160 void vec_stvehx (vector pixel, int, short *); 9161 void vec_stvehx (vector pixel, int, unsigned short *);
|
H A D | gcc.info | 23516 void vec_stvehx (vector signed short, int, short *); 23517 void vec_stvehx (vector unsigned short, int, unsigned short *); 23518 void vec_stvehx (vector bool short, int, short *); 23519 void vec_stvehx (vector bool short, int, unsigned short *); 23520 void vec_stvehx (vector pixel, int, short *); 23521 void vec_stvehx (vector pixel, int, unsigned short *);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.7 | 10289 (vec_stvehx): New.
|