Beispiel #1
0
int16x8_t test_vshll_high_n_u8(int8x16_t in) {
  // CHECK: ushll2.8h
  return vshll_high_n_u8(in, 7);
}
Beispiel #2
0
int16x8_t test_vshll_high_n_u8_max(int8x16_t in) {
  // CHECK: shll2.8h
  return vshll_high_n_u8(in, 8);
}
Beispiel #3
0
uint16x8_t
test_vshll_high_n_u8_2 (uint8x16_t __a)
{
  return vshll_high_n_u8 (__a, 8);
}