Home
last modified time | relevance | path

Searched refs:vec_vslw (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/config/rs6000/
HDaltivec.h275 #define vec_vslw __builtin_vec_vslw macro
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDaltivec.h6546 #define __builtin_altivec_vslw vec_vslw
6548 static vector int __ATTRS_o_ai vec_vslw(vector int __a, in vec_vslw() function
6553 static vector unsigned int __ATTRS_o_ai vec_vslw(vector unsigned int __a, in vec_vslw() function
/NextBSD/contrib/gcc/doc/
HDextend.texi9037 vector signed int vec_vslw (vector signed int, vector unsigned int);
9038 vector unsigned int vec_vslw (vector unsigned int, vector unsigned int);
/NextBSD/contrib/gcc/
HDChangeLog-200224716 (vec_vslw): New.