Example #1
0
void test_vornu32 (void)
{
  uint32x2_t out_uint32x2_t;
  uint32x2_t arg0_uint32x2_t;
  uint32x2_t arg1_uint32x2_t;

  out_uint32x2_t = vorn_u32 (arg0_uint32x2_t, arg1_uint32x2_t);
}
Example #2
0
uint32x2_t test_vorn_u32(uint32x2_t a, uint32x2_t b) {
  // CHECK-LABEL: test_vorn_u32
  return vorn_u32(a, b);
  // CHECK: orn {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b
}