Example #1
0
int8x8_t
qtb_tests8_ (int8x8_t r, int8x16_t tab, uint8x8_t idx)
{
  return vqtbx1_s8 (r, tab, idx);
}
Example #2
0
int8x8_t test_vqtbx1_s8(int8x8_t a, int8x16_t b, int8x8_t c) {
  // CHECK: test_vqtbx1_s8
  return vqtbx1_s8(a, b, c);
  // CHECK: tbx {{v[0-9]+}}.8b, {{{v[0-9]+}}.16b}, {{v[0-9]+}}.8b
}