コード例 #1
0
ファイル: vld3Qs32.c プロジェクト: vutung2311/chipKIT-cxx
void test_vld3Qs32 (void)
{
  int32x4x3_t out_int32x4x3_t;

  out_int32x4x3_t = vld3q_s32 (0);
}
コード例 #2
0
ファイル: vtransform.hpp プロジェクト: 007Indian/opencv
inline   int32x4x3_t vld3q(const s32 * ptr) { return vld3q_s32(ptr); }