Пример #1
0
float16x4_t test_vdup_lane_f16(float16x4_t v1) {
  // CHECK: test_vdup_lane_f16
  return vdup_lane_f16(v1, 2);
  // CHECK: dup {{v[0-9]+}}.4h, {{v[0-9]+}}.h[2]
}
Пример #2
0
float16x4_t
test_vdup_lane_f16 (float16x4_t a)
{
  return vdup_lane_f16 (a, 1);
}