Beispiel #1
0
void test_vdupQ_np8 (void)
{
  poly8x16_t out_poly8x16_t;
  poly8_t arg0_poly8_t;

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