Beispiel #1
0
int32x4_t test_vshll_high_n_s16_max(int16x8_t in) {
  // CHECK: shll2.4s
  return vshll_high_n_s16(in, 16);
}
Beispiel #2
0
int32x4_t
test_vshll_high_n_s16_2 (int16x8_t __a)
{
  return vshll_high_n_s16 (__a, 16);
}