Example #1
0
uint64_t
test_vrshld_u64 (uint64_t a, int64_t b)
{
  return vrshld_u64 (a, b);
}
// CHECK: test_vrshld_u64
uint64_t test_vrshld_u64(uint64_t a, uint64_t b) {
  return vrshld_u64(a, b);
// CHECK: urshl {{d[0-9]+}}, {{d[0-9]+}}, {{d[0-9]+}}
}