void test_vdupQ_lanep16 (void)
{
  poly16x8_t out_poly16x8_t;
  poly16x4_t arg0_poly16x4_t;

  out_poly16x8_t = vdupq_lane_p16 (arg0_poly16x4_t, 1);
}
Esempio n. 2
0
poly16x8_t test_vdupq_lane_p16(poly16x4_t v1) {
  // CHECK: test_vdupq_lane_p16
  return vdupq_lane_p16(v1, 2);
  // CHECK: dup {{v[0-9]+}}.8h, {{v[0-9]+}}.h[2]
}