Exemple #1
0
uint16x8_t test_vornq_u16(uint16x8_t a, uint16x8_t b) {
  // CHECK-LABEL: test_vornq_u16
  return vornq_u16(a, b);
  // CHECK: orn {{v[0-9]+}}.16b, {{v[0-9]+}}.16b, {{v[0-9]+}}.16b
}
Exemple #2
0
void test_vornQu16 (void)
{

  out_uint16x8_t = vornq_u16 (arg0_uint16x8_t, arg1_uint16x8_t);
}