Beispiel #1
0
void test_vornQs8 (void)
{
  int8x16_t out_int8x16_t;
  int8x16_t arg0_int8x16_t;
  int8x16_t arg1_int8x16_t;

  out_int8x16_t = vornq_s8 (arg0_int8x16_t, arg1_int8x16_t);
}
Beispiel #2
0
int8x16_t test_vornq_s8(int8x16_t a, int8x16_t b) {
  // CHECK-LABEL: test_vornq_s8
  return vornq_s8(a, b);
  // CHECK: orn {{v[0-9]+}}.16b, {{v[0-9]+}}.16b, {{v[0-9]+}}.16b
}