コード例 #1
0
ファイル: scalar_intrinsics.c プロジェクト: CookieChen/gcc
int64_t
test_vshld_s64 (int64_t a, int64_t b)
{
  return vshld_s64 (a, b);
}
コード例 #2
0
// 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]+}}
}