Searched defs:int8x16_t (Results 1 – 6 of 6) sorted by relevance
3 typedef __attribute__((__ext_vector_type__(16))) signed char int8x16_t; typedef
32 typedef __attribute__((neon_vector_type(16))) signed char int8x16_t; typedef
16 typedef __attribute__((neon_vector_type(16))) int8_t int8x16_t; typedef68 void f15(int8x16_t) {} in f15() argument
27 typedef vector signed char int8x16_t; // NOLINT(runtime/int) typedef
16 typedef vector signed char int8x16_t; typedef
163 typedef __m128i int8x16_t; typedef