Exemple #1
0
void test_vuzpQs32 (void)
{
  int32x4x2_t out_int32x4x2_t;
  int32x4_t arg0_int32x4_t;
  int32x4_t arg1_int32x4_t;

  out_int32x4x2_t = vuzpq_s32 (arg0_int32x4_t, arg1_int32x4_t);
}
Exemple #2
0
int32x4x2_t test_vuzpq_s32(int32x4_t a, int32x4_t b) {
  // CHECK-LABEL: test_vuzpq_s32
  return vuzpq_s32(a, b);
  // CHECK: uzp1 {{v[0-9]+}}.4s, {{v[0-9]+}}.4s
  // CHECK: uzp2 {{v[0-9]+}}.4s, {{v[0-9]+}}.4s
}