Home
last modified time | relevance | path

Searched defs:vec_splat_u8 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h324 #define vec_splat_u8(x) ((__vector unsigned char) vec_splat_s8 ((x))) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h92 #define vec_splat_u8 __builtin_s390_vec_splat_u8 macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h92 #define vec_splat_u8 __builtin_s390_vec_splat_u8 macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h678 #define vec_splat_u8(x) ((__vector unsigned char) vec_splat_s8 ((x))) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1720 #define vec_splat_u8(_a) spu_splats((unsigned char)(_a)) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h1832 vec_splat_u8(unsigned char __scalar) in vec_splat_u8() function
H A Daltivec.h10275 vec_splat_u8(unsigned char __a) { in vec_splat_u8() function