void test_vrev64Qs16 (void) { int16x8_t out_int16x8_t; int16x8_t arg0_int16x8_t; out_int16x8_t = vrev64q_s16 (arg0_int16x8_t); }
inline int16x8_t vrev64q(const int16x8_t & v) { return vrev64q_s16(v); }