Esempio n. 1
0
void test_vrev64Qu32 (void)
{
  uint32x4_t out_uint32x4_t;
  uint32x4_t arg0_uint32x4_t;

  out_uint32x4_t = vrev64q_u32 (arg0_uint32x4_t);
}
Esempio n. 2
0
inline uint32x4_t  vrev64q(const uint32x4_t  & v) { return vrev64q_u32(v); }