HomeSort by: relevance | last modified time | path
    Searched defs:vec_splat_u8 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
altivec.h 324 #define vec_splat_u8(x) ((__vector unsigned char) vec_splat_s8 ((x))) macro
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
altivec.h 324 #define vec_splat_u8(x) ((__vector unsigned char) vec_splat_s8 ((x))) macro
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 92 #define vec_splat_u8 __builtin_s390_vec_splat_u8 macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 92 #define vec_splat_u8 __builtin_s390_vec_splat_u8 macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 1717 /* vec_splat_u8 (vector splat unsigned byte)
1720 #define vec_splat_u8(_a) spu_splats((unsigned char)(_a)) macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 10271 /* vec_splat_u8 */
10275 vec_splat_u8(unsigned char __a) { function

Completed in 88 milliseconds