Ejemplo n.º 1
0
void test_vdup_lanep64 (void)
{
  poly64x1_t out_poly64x1_t;
  poly64x1_t arg0_poly64x1_t;

  out_poly64x1_t = vdup_lane_p64 (arg0_poly64x1_t, 0);
}
Ejemplo n.º 2
0
poly64x1_t test_vdup_lane_p64(poly64x1_t vec) {
  // CHECK-LABEL: test_vdup_lane_p64
  return vdup_lane_p64(vec, 0);
  // CHECK: ret
}