void test_vornQs64 (void)
{
  int64x2_t out_int64x2_t;
  int64x2_t arg0_int64x2_t;
  int64x2_t arg1_int64x2_t;

  out_int64x2_t = vornq_s64 (arg0_int64x2_t, arg1_int64x2_t);
}
Esempio n. 2
0
int64x2_t test_vornq_s64(int64x2_t a, int64x2_t b) {
  // CHECK-LABEL: test_vornq_s64
  return vornq_s64(a, b);
  // CHECK: orn {{v[0-9]+}}.16b, {{v[0-9]+}}.16b, {{v[0-9]+}}.16b
}