예제 #1
0
파일: vtbx4s8.c 프로젝트: 0day-ci/gcc
void test_vtbx4s8 (void)
{
  int8x8_t out_int8x8_t;
  int8x8_t arg0_int8x8_t;
  int8x8x4_t arg1_int8x8x4_t;
  int8x8_t arg2_int8x8_t;

  out_int8x8_t = vtbx4_s8 (arg0_int8x8_t, arg1_int8x8x4_t, arg2_int8x8_t);
}
예제 #2
0
int8x8_t
tb_tests8_4 (int8x8_t r, int8x8x4_t tab, int8x8_t idx)
{
  return vtbx4_s8 (r, tab, idx);
}
예제 #3
0
int8x8_t test_vtbx4_s8(int8x8_t a, int8x8x4_t b, int8x8_t c) {
  // CHECK: test_vtbx4_s8
  return vtbx4_s8(a, b, c);
  // CHECK: tbx {{v[0-9]+}}.8b, {{{v[0-9]+}}.16b, {{v[0-9]+}}.16b}, {{v[0-9]+}}.8b
}