Beispiel #1
0
float16x8_t test_vdupq_lane_f16(float16x4_t v1) {
  // CHECK: test_vdupq_lane_f16
  return vdupq_lane_f16(v1, 2);
  // CHECK: dup {{v[0-9]+}}.8h, {{v[0-9]+}}.h[2]
}
float16x8_t
test_vdupq_lane_f16 (float16x4_t a)
{
  return vdupq_lane_f16 (a, 1);
}