示例#1
0
void test_vorrQu64 (void)
{
  uint64x2_t out_uint64x2_t;
  uint64x2_t arg0_uint64x2_t;
  uint64x2_t arg1_uint64x2_t;

  out_uint64x2_t = vorrq_u64 (arg0_uint64x2_t, arg1_uint64x2_t);
}
示例#2
0
uint64x2_t test_vorrq_u64(uint64x2_t a, uint64x2_t b) {
  // CHECK-LABEL: test_vorrq_u64
  return vorrq_u64(a, b);
  // CHECK: orr {{v[0-9]+}}.16b, {{v[0-9]+}}.16b, {{v[0-9]+}}.16b
}