Searched defs:int16x8_t (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dtypes_vsx.h18 typedef vector signed short int16x8_t; typedef
48 (int16x8_t) vec_mergeh(vec_splat_u8(0), (uint8x16_t)v)
50 (int16x8_t) vec_mergel(vec_splat_u8(0), (uint8x16_t)v)
60 (int16x8_t) vec_mergeh((uint8x16_t)v, vec_splat_u8(0))
62 (int16x8_t) vec_mergel((uint8x16_t)v, vec_splat_u8(0))
/external/clang/test/CodeGenCXX/
H A Daarch64-mangle-neon-vectors.cpp18 typedef __attribute__((neon_vector_type(8))) int16_t int16x8_t; typedef
70 void f16(int16x8_t) {}

Completed in 125 milliseconds