Esempio n. 1
0
void test_vbicQs64 (void)
{
  int64x2_t out_int64x2_t;
  int64x2_t arg0_int64x2_t;
  int64x2_t arg1_int64x2_t;

  out_int64x2_t = vbicq_s64 (arg0_int64x2_t, arg1_int64x2_t);
}
Esempio n. 2
0
inline   int64x2_t vbicq(const int64x2_t   & v0, const int64x2_t   & v1) { return vbicq_s64(v0, v1); }
Esempio n. 3
0
int64x2_t test_vbicq_s64(int64x2_t a, int64x2_t b) {
  // CHECK-LABEL: test_vbicq_s64
  return vbicq_s64(a, b);
  // CHECK: bic {{v[0-9]+}}.16b, {{v[0-9]+}}.16b, {{v[0-9]+}}.16b
}