Searched refs:int16x4x4_t (Results 1 – 10 of 10) sorted by relevance
/external/webp/src/dsp/ |
D | enc_neon.c | 490 int16x4x4_t in; in FTransformWHT_NEON() 619 static WEBP_INLINE int16x4x4_t DistoLoadW_NEON(const uint16_t* w) { in DistoLoadW_NEON() 622 int16x4x4_t d4_w; in DistoLoadW_NEON() 632 const int16x4x4_t d4_w) { in DistoSum_NEON() 689 const int16x4x4_t d4_w = DistoLoadW_NEON(w); in Disto4x4_NEON()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1663 int16x4x4_t test_vld4_dup_s16(int16_t *a) { in test_vld4_dup_s16() 4926 int16x4x4_t test_vld4_lane_s16(int16_t *a, int16x4x4_t b) { in test_vld4_lane_s16() 7704 void test_vst4_lane_s16(int16_t *a, int16x4x4_t b) { in test_vst4_lane_s16()
|
D | arm_neon_intrinsics.c | 7393 int16x4x4_t test_vld4_s16(int16_t const * a) { in test_vld4_s16() 7631 int16x4x4_t test_vld4_dup_s16(int16_t const * a) { in test_vld4_dup_s16() 8279 int16x4x4_t test_vld4_lane_s16(int16_t const * a, int16x4x4_t b) { in test_vld4_lane_s16() 21081 void test_vst4_s16(int16_t * a, int16x4x4_t b) { in test_vst4_s16() 21703 void test_vst4_lane_s16(int16_t * a, int16x4x4_t b) { in test_vst4_lane_s16()
|
D | aarch64-neon-intrinsics.c | 11374 int16x4x4_t test_vld4_s16(int16_t const *a) { in test_vld4_s16() 13745 void test_vst4_s16(int16_t *a, int16x4x4_t b) { in test_vst4_s16() 15315 int16x4x4_t test_vld1_s16_x4(int16_t const *a) { in test_vld1_s16_x4() 17639 void test_vst1_s16_x4(int16_t *a, int16x4x4_t b) { in test_vst1_s16_x4()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | transform_neon.c | 124 int16x4x4_t outre16x4x4; in PreShiftW32toW16Neon() 125 int16x4x4_t outim16x4x4; in PreShiftW32toW16Neon()
|
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 174 int16x4x4_t small16, int16x8x4_t big16, in test_ld4st4()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 38 %struct.int16x4x4_t = type { [4 x <4 x i16>] }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 38 %struct.int16x4x4_t = type { [4 x <4 x i16>] }
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 280 struct int16x4x4_t { struct 296 typedef struct int16x4x4_t int16x4x4_t; //for C compilers to make them happy typedef 302 typedef struct int16x4x4_t uint16x4x4_t; 306 typedef struct int16x4x4_t poly16x4x4_t; 1387 _NEON2SSESTORAGE int16x4x4_t vld4_s16(__transfersize(16) int16_t const * ptr); // VLD4.16 {d0, d1, … 1424 _NEON2SSESTORAGE int16x4x4_t vld4_dup_s16(__transfersize(4) int16_t const * ptr); // VLD4.16 {d0[],… 1478 _NEON2SSESTORAGE int16x4x4_t vld4_lane_s16(__transfersize(4) int16_t const * ptr, int16x4x4_t src, … 1544 _NEON2SSESTORAGE void vst4_s16(__transfersize(16) int16_t * ptr, int16x4x4_t val); // VST4.16 {d0, … 1597 _NEON2SSESTORAGE void vst4_lane_s16(__transfersize(4) int16_t * ptr, int16x4x4_t val, __constrange(… 10396 _NEON2SSESTORAGE int16x4x4_t vld4_s16(__transfersize(16) int16_t const * ptr); // VLD4.16 {d0, d1, … [all …]
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | inverse_transform_neon.cc | 2220 int16x4x4_t columns = vld4_s16(src); in Wht4_NEON()
|