Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/rs6000/
HDaltivec.h91 #define vec_vspltisw vec_splat_s32
452 #define vec_splat_s32(x) __builtin_altivec_vspltisw ((x)) macro
455 #define vec_splat_u32(x) ((__vector unsigned int) vec_splat_s32 ((x)))
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDaltivec.h7723 #define __builtin_altivec_vspltisw vec_splat_s32
7726 static vector int __ATTRS_o_ai vec_splat_s32(signed char __a) { in vec_splat_s32() function
HDvecintrin.h1256 vec_splat_s32(signed short __scalar) in vec_splat_s32() function
/NextBSD/contrib/gcc/doc/
HDextend.texi9180 vector signed int vec_splat_s32 (const int);
/NextBSD/contrib/gcc/
HDChangeLog-200431726 vec_vsplth, vec_vspltb, vec_splat_s8, vec_splat_s16, vec_splat_s32,
39277 vec_splat_s32, vec_splat_u8, vec_splat_u16, vec_splat_u32):