コード例 #1
0
int64x1_t test_vdup_laneq_s64(int64x2_t v1) {
  // CHECK: test_vdup_laneq_s64
  return vdup_laneq_s64(v1, 0);
  // CHECK: ret
}
コード例 #2
0
int64x1_t
test_vdup_laneq_s64 (int64x2_t a)
{
  return vdup_laneq_s64 (a, 1);
}