Example #1
0
float64x1_t test_vset_lane_f64(float64_t v1, float64x1_t v2) {
   // CHECK: test_vset_lane_f64
  return vset_lane_f64(v1, v2, 0);
  // CHECK: ret
}
float64x1_t test_vset_lane_f64(float64_t a1, float64x1_t a2) {
  // CHECK-LABEL@ test_vset_lane_f64
  return vset_lane_f64(a1, a2, 0);
  // CHECK@ @llvm.arm64.neon.smaxv.i32.v8i8
}