Beispiel #1
0
void test_vRshls64 (void)
{
  int64x1_t out_int64x1_t;
  int64x1_t arg0_int64x1_t;
  int64x1_t arg1_int64x1_t;

  out_int64x1_t = vrshl_s64 (arg0_int64x1_t, arg1_int64x1_t);
}
Beispiel #2
0
int64x1_t
test_vrshl_s64 (int64x1_t a, int64x1_t b)
{
  return vrshl_s64 (a, b);
}
int64x1_t test_vrshl_s64(int64x1_t a, int64x1_t b) {
// CHECK: test_vrshl_s64
  return vrshl_s64(a, b);
// CHECK: srshl {{d[0-9]+}}, {{d[0-9]+}}, {{d[0-9]+}}
}