Example #1
0
int64x2_t test_vshll_high_n_u32(int32x4_t in) {
  // CHECK: ushll2.2d
  return vshll_high_n_u32(in, 31);
}
Example #2
0
int64x2_t test_vshll_high_n_u32_max(int32x4_t in) {
  // CHECK: shll2.2d
  return vshll_high_n_u32(in, 32);
}
Example #3
0
uint64x2_t
test_vshll_high_n_u32_2 (uint32x4_t __a)
{
  return vshll_high_n_u32 (__a, 32);
}