void test_vshll_ns8 (void) { int16x8_t out_int16x8_t; int8x8_t arg0_int8x8_t; out_int16x8_t = vshll_n_s8 (arg0_int8x8_t, 1); }
int16x8_t test_vshll_n_s8_2 (int8x8_t __a) { return vshll_n_s8 (__a, 8); }