Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h18792 vec_stril(vector unsigned char __a) { in vec_stril() function
18801 vec_stril(vector signed char __a) { in vec_stril() function
18810 vec_stril(vector unsigned short __a) { in vec_stril() function
18819 vec_stril(vector signed short __a) { in vec_stril() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.md966 ;; can, for example, satisfy the needs of a vec_stril () function paired
H A Drs6000-overload.def3967 [VEC_STRIL, vec_stril, __builtin_vec_stril]
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi20387 @exdent vector unsigned char vec_stril (vector unsigned char);
20388 @exdent vector signed char vec_stril (vector signed char);
20389 @exdent vector unsigned short vec_stril (vector unsigned short);
20390 @exdent vector signed short vec_stril (vector signed short);
20398 @findex vec_stril
20411 zero element if the same argument is also passed to @code{vec_stril}.
H A Dgcc.info52714 vector unsigned char vec_stril (vector unsigned char);
52715 vector signed char vec_stril (vector signed char);
52716 vector unsigned short vec_stril (vector unsigned short);
52717 vector signed short vec_stril (vector signed short);
52733 'vec_stril'.
70441 * vec_stril: PowerPC AltiVec Built-in Functions Available on ISA 3.1.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202022682 (vec_stril): Likewise.
22713 for a Future Architecture): Add description of vec_stril,