Example #1
0
void test_vcreatep8 (void)
{
  poly8x8_t out_poly8x8_t;
  uint64_t arg0_uint64_t;

  out_poly8x8_t = vcreate_p8 (arg0_uint64_t);
}
Example #2
0
poly8x8_t test_vcreate_p8(uint64_t v1) {
  // CHECK: test_vcreate_p8
  return vcreate_p8(v1);
  // CHECK: fmov {{d[0-9]+}}, {{x[0-9]+}}
}