Home
last modified time | relevance | path

Searched refs:vec_vspltw (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/config/rs6000/
HDaltivec.h278 #define vec_vspltw __builtin_vec_vspltw macro
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDaltivec.h7652 #define __builtin_altivec_vspltw vec_vspltw
7654 static vector int __ATTRS_o_ai vec_vspltw(vector int __a, unsigned char __b) { in vec_vspltw() function
7662 static vector unsigned int __ATTRS_o_ai vec_vspltw(vector unsigned int __a, in vec_vspltw() function
7671 static vector bool int __ATTRS_o_ai vec_vspltw(vector bool int __a, in vec_vspltw() function
7680 static vector float __ATTRS_o_ai vec_vspltw(vector float __a, in vec_vspltw() function
/NextBSD/contrib/gcc/doc/
HDextend.texi9162 vector float vec_vspltw (vector float, const int);
9163 vector signed int vec_vspltw (vector signed int, const int);
9164 vector unsigned int vec_vspltw (vector unsigned int, const int);
9165 vector bool int vec_vspltw (vector bool int, const int);
/NextBSD/contrib/gcc/
HDChangeLog-200421999 vec_vpkuhum, vec_vspltw, vec_vsplth, vec_vspltb, vec_vsubsws,
31725 vec_ldl, vec_lvsl, vec_lvsr, vec_sld, vec_splat, vec_vspltw,
HDChangeLog-200224722 (vec_vspltw): New.