Example #1
0
void test_vsriQ_np16 (void)
{
  poly16x8_t out_poly16x8_t;
  poly16x8_t arg0_poly16x8_t;
  poly16x8_t arg1_poly16x8_t;

  out_poly16x8_t = vsriq_n_p16 (arg0_poly16x8_t, arg1_poly16x8_t, 1);
}
Example #2
0
poly16x8_t test_vsriq_n_p16(poly16x8_t a1, poly16x8_t a2) {
  // CHECK: test_vsriq_n_p16
  return vsriq_n_p16(a1, a2, 1);
  // CHECK: llvm.arm64.neon.vsri.v8i16
  // CHECK_CODEGEN: sri.8h  v0, v1, #1
}