void test_vmul_lanes16 (void) { int16x4_t out_int16x4_t; int16x4_t arg0_int16x4_t; int16x4_t arg1_int16x4_t; out_int16x4_t = vmul_lane_s16 (arg0_int16x4_t, arg1_int16x4_t, 1); }
int16x4_t test_vmul_lane_s16(int16x4_t a, int16x4_t v) { // CHECK: test_vmul_lane_s16 return vmul_lane_s16(a, v, 1); // CHECK: mul {{v[0-9]+}}.4h, {{v[0-9]+}}.4h, {{v[0-9]+}}.h[1] }