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

/ndk/tests/build/b9193874-neon/jni/
H A Db9193874-neon.c14 typedef struct uint8x8x2_t struct
17 } uint8x8x2_t; typedef in typeref:struct:uint8x8x2_t
144 vst2_u8 (uint8_t * __a, uint8x8x2_t __b)
146 union { uint8x8x2_t __i; __builtin_neon_ti __o; } __bu = { __b };
204 const uint8x8x2_t a_b = {{ a, b }};
205 const uint8x8x2_t c_d = {{ c, d }};
235 const uint8x8x2_t a_b = {{ a, b }};
236 const uint8x8x2_t c_d = {{ c, d }};

Completed in 703 milliseconds