Example #1
0
void test_vst2Qu32 (void)
{
  uint32_t *arg0_uint32_t;
  uint32x4x2_t arg1_uint32x4x2_t;

  vst2q_u32 (arg0_uint32_t, arg1_uint32x4x2_t);
}
Example #2
0
inline void vst2q(u32 * ptr, const uint32x4x2_t  & v) { return vst2q_u32(ptr, v); }