int32x4_t test_vqdmull_laneq_s16 (int16x4_t a, int16x8_t b) { return vqdmull_laneq_s16 (a, b, 6); }
int32x4_t test_vqdmull_laneq_s16(int16x4_t a, int16x8_t v) { // CHECK: test_vqdmull_laneq_s16 return vqdmull_laneq_s16(a, v, 1); // CHECK: sqdmull {{v[0-9]+}}.4s, {{v[0-9]+}}.4h, {{v[0-9]+}}.h[1] }