Beispiel #1
0
void test_vtbl3s8 (void)
{
  int8x8_t out_int8x8_t;
  int8x8x3_t arg0_int8x8x3_t;
  int8x8_t arg1_int8x8_t;

  out_int8x8_t = vtbl3_s8 (arg0_int8x8x3_t, arg1_int8x8_t);
}
Beispiel #2
0
int8x8_t
tbl_tests8_3 (int8x8x3_t tab, int8x8_t idx)
{
  return vtbl3_s8 (tab, idx);
}
Beispiel #3
0
int8x8_t test_vtbl3_s8(int8x8x3_t a, int8x8_t b) {
  // CHECK: test_vtbl3_s8
  return vtbl3_s8(a, b);
  // CHECK: tbl {{v[0-9]+}}.8b, {{{v[0-9]+}}.16b, {{v[0-9]+}}.16b}, {{v[0-9]+}}.8b
}