Example #1
0
int64x2_t
test_vqdmull_laneq_s32 (int32x2_t __a, int32x4_t __b)
{
  return vqdmull_laneq_s32 (__a, __b, 1);
}
Example #2
0
int64x2_t test_vqdmull_laneq_s32(int32x2_t a, int32x4_t v) {
  // CHECK: test_vqdmull_laneq_s32
  return vqdmull_laneq_s32(a, v, 1);
  // CHECK: sqdmull {{v[0-9]+}}.2d, {{v[0-9]+}}.2s, {{v[0-9]+}}.s[1]
}