Exemplo n.º 1
0
int32x4_t
test_vqdmull_laneq_s16 (int16x4_t a, int16x8_t b)
{
  return vqdmull_laneq_s16 (a, b, 6);
}
Exemplo n.º 2
0
int32x4_t test_vqdmull_laneq_s16(int16x4_t a, int16x8_t v) {
  // CHECK: test_vqdmull_laneq_s16
  return vqdmull_laneq_s16(a, v, 1);
  // CHECK: sqdmull {{v[0-9]+}}.4s, {{v[0-9]+}}.4h, {{v[0-9]+}}.h[1]
}