void test_vzips8 (void) { int8x8x2_t out_int8x8x2_t; int8x8_t arg0_int8x8_t; int8x8_t arg1_int8x8_t; out_int8x8x2_t = vzip_s8 (arg0_int8x8_t, arg1_int8x8_t); }
int8x8x2_t test_vzip_s8(int8x8_t a, int8x8_t b) { // CHECK-LABEL: test_vzip_s8 return vzip_s8(a, b); // CHECK: zip1 {{v[0-9]+}}.8b, {{v[0-9]+}}.8b // CHECK: zip2 {{v[0-9]+}}.8b, {{v[0-9]+}}.8b }