Пример #1
0
void test_vsriQ_np64 (void)
{
  poly64x2_t out_poly64x2_t;
  poly64x2_t arg0_poly64x2_t;
  poly64x2_t arg1_poly64x2_t;

  out_poly64x2_t = vsriq_n_p64 (arg0_poly64x2_t, arg1_poly64x2_t, 1);
}
Пример #2
0
poly64x2_t test_vsriq_n_p64(poly64x2_t a, poly64x2_t b) {
  // CHECK-LABEL: test_vsriq_n_p64
  return vsriq_n_p64(a, b, 64);
  // CHECK: sri {{v[0-9]+}}.2d, {{v[0-9]+}}.2d, #64
}