void test_vld4Qs8 (void) { int8x16x4_t out_int8x16x4_t; out_int8x16x4_t = vld4q_s8 (0); }
inline int8x16x4_t vld4q(const s8 * ptr) { return vld4q_s8(ptr); }