Пример #1
0
void test_vreinterpretQp128_u8 (void)
{
  poly128_t out_poly128_t;
  uint8x16_t arg0_uint8x16_t;

  out_poly128_t = vreinterpretq_p128_u8 (arg0_uint8x16_t);
}
Пример #2
0
// CHECK-LABEL: test_vreinterpretq_p128_u8
// CHECK: ret
poly128_t test_vreinterpretq_p128_u8(uint8x16_t a) {
  return vreinterpretq_p128_u8(a);
}