Пример #1
0
int64x2_t
t_vqdmull_high_lane_s32 (int32x4_t a, int32x2_t b)
{
  return vqdmull_high_lane_s32 (a, b, 0);
}
Пример #2
0
int64x2_t
test_vqdmull_high_lane_s32 (int32x4_t __a, int32x4_t __b)
{
  return vqdmull_high_lane_s32 (__a, __b, 1);
}
Пример #3
0
int64x2_t test_vqdmull_high_lane_s32(int32x4_t a, int32x2_t v) {
  // CHECK: test_vqdmull_high_lane_s32
  return vqdmull_high_lane_s32(a, v, 1);
  // CHECK: sqdmull2 {{v[0-9]+}}.2d, {{v[0-9]+}}.4s, {{v[0-9]+}}.s[1]
}