Ejemplo n.º 1
0
// CHECK: test_vcopy_lane_s64
int64x1_t test_vcopy_lane_s64(int64x1_t a, int64x1_t c) {
  return vcopy_lane_s64(a, 0, c, 0);
// CHECK: fmov {{d[0-9]+}}, {{d[0-9]+}}
// CHECK-NOT: dup {{d[0-9]+}}, {{v[0-9]+}}.d[0]
}
Ejemplo n.º 2
0
int64x1_t test_vcopy_lane_s64(int64x1_t v1, int64x1_t v2) {
  // CHECK: test_vcopy_lane_s64
  return vcopy_lane_s64(v1, 0, v2, 0);
  // CHECK: fmov {{d[0-9]+}}, {{d[0-9]+}}
}