inline int16x8x3_t vld3q(const s16 * ptr) { return vld3q_s16(ptr); }
void test_vld3Qs16 (void) { int16x8x3_t out_int16x8x3_t; out_int16x8x3_t = vld3q_s16 (0); }