Beispiel #1
0
int8x1_t
test_vqmovunh_s16 (int16x1_t a)
{
  return vqmovunh_s16 (a);
}
// CHECK: test_vqmovunh_s16
int8_t test_vqmovunh_s16(int16_t a) {
  return vqmovunh_s16(a);
// CHECK: sqxtun.8b {{v[0-9]+}}, {{v[0-9]+}}
}