Beispiel #1
0
void test_vandu64 (void)
{
  uint64x1_t out_uint64x1_t;
  uint64x1_t arg0_uint64x1_t;
  uint64x1_t arg1_uint64x1_t;

  out_uint64x1_t = vand_u64 (arg0_uint64x1_t, arg1_uint64x1_t);
}
Beispiel #2
0
uint64x1_t test_vand_u64(uint64x1_t a, uint64x1_t b) {
  // CHECK-LABEL: test_vand_u64
  return vand_u64(a, b);
  // CHECK: and {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b
}