int16x1_t test_vqnegh_s16 (int16x1_t a) { return vqnegh_s16 (a); }
// CHECK: test_vqnegh_s16 int16_t test_vqnegh_s16(int16_t a) { return vqnegh_s16(a); // CHECK: sqneg.4h {{v[0-9]+}}, {{v[0-9]+}} }