Esempio n. 1
0
void test_vuzpQs8 (void)
{
  int8x16x2_t out_int8x16x2_t;
  int8x16_t arg0_int8x16_t;
  int8x16_t arg1_int8x16_t;

  out_int8x16x2_t = vuzpq_s8 (arg0_int8x16_t, arg1_int8x16_t);
}
Esempio n. 2
0
int8x16x2_t test_vuzpq_s8(int8x16_t a, int8x16_t b) {
  // CHECK-LABEL: test_vuzpq_s8
  return vuzpq_s8(a, b);
  // CHECK: uzp1 {{v[0-9]+}}.16b, {{v[0-9]+}}.16b
  // CHECK: uzp2 {{v[0-9]+}}.16b, {{v[0-9]+}}.16b
}