Home
last modified time | relevance | path

Searched refs:vec_xst_be (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h364 #define vec_xst_be __builtin_vec_xst_be macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h17966 static __inline__ void __ATTRS_o_ai vec_xst_be(vector signed char __vec, in vec_xst_be() function
17976 static __inline__ void __ATTRS_o_ai vec_xst_be(vector unsigned char __vec, in vec_xst_be() function
17986 static __inline__ void __ATTRS_o_ai vec_xst_be(vector signed short __vec, in vec_xst_be() function
17995 static __inline__ void __ATTRS_o_ai vec_xst_be(vector unsigned short __vec, in vec_xst_be() function
18004 static __inline__ void __ATTRS_o_ai vec_xst_be(vector signed int __vec, in vec_xst_be() function
18010 static __inline__ void __ATTRS_o_ai vec_xst_be(vector unsigned int __vec, in vec_xst_be() function
18016 static __inline__ void __ATTRS_o_ai vec_xst_be(vector float __vec, in vec_xst_be() function
18023 static __inline__ void __ATTRS_o_ai vec_xst_be(vector signed long long __vec, in vec_xst_be() function
18029 static __inline__ void __ATTRS_o_ai vec_xst_be(vector unsigned long long __vec, in vec_xst_be() function
18035 static __inline__ void __ATTRS_o_ai vec_xst_be(vector double __vec, in vec_xst_be() function
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-overload.def4812 [VEC_XST_BE, vec_xst_be, __builtin_vec_xst_be]
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi18819 @item @code{vec_xst_be}
H A Dgcc.info51250 'vec_xst_be' 'vec_xst_len' 'vec_xst_len_r'
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20176570 * config/rs6000/altivec.h (vec_xst_be): New #define.