コード例 #1
0
uint64x1_t test_vdup_laneq_u64(uint64x2_t v1) {
  // CHECK: test_vdup_laneq_u64
  return vdup_laneq_u64(v1, 0);
  // CHECK: ret
}
コード例 #2
0
uint64x1_t
test_vdup_laneq_u64 (uint64x2_t a)
{
  return vdup_laneq_u64 (a, 1);
}