Example #1
0
void test_vst4s32 (void)
{
  int32_t *arg0_int32_t;
  int32x2x4_t arg1_int32x2x4_t;

  vst4_s32 (arg0_int32_t, arg1_int32x2x4_t);
}
Example #2
0
inline void vst4(s32 * ptr, const int32x2x4_t   & v) { return vst4_s32(ptr, v); }