Esempio n. 1
0
int64_t
test_vqshld_s64 (int64_t a, int64_t b)
{
  return vqshld_s64 (a, b);
}
// CHECK: test_vqshld_s64
int64_t test_vqshld_s64(int64_t a, int64_t b) {
  return vqshld_s64(a, b);
// CHECK: sqshl {{d[0-9]+}}, {{d[0-9]+}}, {{d[0-9]+}}
}