Exemple #1
0
void test_vdup_np64 (void)
{
  poly64x1_t out_poly64x1_t;
  poly64_t arg0_poly64_t;

  out_poly64x1_t = vdup_n_p64 (arg0_poly64_t);
}
poly64x1_t test_vdup_n_p64(poly64_t a) {
  // CHECK-LABEL: test_vdup_n_p64
  return vdup_n_p64(a);
  // CHECK: fmov {{d[0-9]+}}, {{x[0-9]+}}
}