Esempio n. 1
0
int32x4_t test_vshll_high_n_u16(int16x8_t in) {
  // CHECK: ushll2.4s
  return vshll_high_n_u16(in, 15);
}
Esempio n. 2
0
int32x4_t test_vshll_high_n_u16_max(int16x8_t in) {
  // CHECK: shll2.4s
  return vshll_high_n_u16(in, 16);
}
Esempio n. 3
0
uint32x4_t
test_vshll_high_n_u16_2 (uint16x8_t __a)
{
  return vshll_high_n_u16 (__a, 16);
}