Exemple #1
0
void test_vmovQ_np8 (void)
{
  poly8x16_t out_poly8x16_t;
  poly8_t arg0_poly8_t;

  out_poly8x16_t = vmovq_n_p8 (arg0_poly8_t);
}
poly8x16_t test_vmovq_n_p8(poly8_t v1) {
  // CHECK: test_vmovq_n_p8
  return vmovq_n_p8(v1);
  // CHECK: dup {{v[0-9]+}}.16b, {{w[0-9]+}}
}