Esempio n. 1
0
void test_vorns8 (void)
{
  int8x8_t out_int8x8_t;
  int8x8_t arg0_int8x8_t;
  int8x8_t arg1_int8x8_t;

  out_int8x8_t = vorn_s8 (arg0_int8x8_t, arg1_int8x8_t);
}
Esempio n. 2
0
int8x8_t test_vorn_s8(int8x8_t a, int8x8_t b) {
  // CHECK-LABEL: test_vorn_s8
  return vorn_s8(a, b);
  // CHECK: orn {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b
}
Esempio n. 3
0
void test_vorns8 (void)
{

  out_int8x8_t = vorn_s8 (arg0_int8x8_t, arg1_int8x8_t);
}