Example #1
0
void test_vornQu8 (void)
{
  uint8x16_t out_uint8x16_t;
  uint8x16_t arg0_uint8x16_t;
  uint8x16_t arg1_uint8x16_t;

  out_uint8x16_t = vornq_u8 (arg0_uint8x16_t, arg1_uint8x16_t);
}
Example #2
0
uint8x16_t test_vornq_u8(uint8x16_t a, uint8x16_t b) {
  // CHECK-LABEL: test_vornq_u8
  return vornq_u8(a, b);
  // CHECK: orn {{v[0-9]+}}.16b, {{v[0-9]+}}.16b, {{v[0-9]+}}.16b
}