int64_t test_vshld_s64 (int64_t a, int64_t b) { return vshld_s64 (a, b); }
// CHECK: test_vshld_s64 int64_t test_vshld_s64(int64_t a, int64_t b) { return vshld_s64(a, b); // CHECK: sshl {{d[0-9]+}}, {{d[0-9]+}}, {{d[0-9]+}} }