Home
last modified time | relevance | path

Searched refs:int16x4x4_t (Results 1 – 9 of 9) sorted by relevance

/external/webp/src/dsp/
Denc_neon.c490 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/
Daarch64-neon-ldst-one.c1663 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()
Darm_neon_intrinsics.c7393 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()
Daarch64-neon-intrinsics.c11374 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/
Dtransform_neon.c124 int16x4x4_t outre16x4x4; in PreShiftW32toW16Neon()
125 int16x4x4_t outim16x4x4; in PreShiftW32toW16Neon()
/external/clang/test/Sema/
Daarch64-neon-ranges.c174 int16x4x4_t small16, int16x8x4_t big16, in test_ld4st4()
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-simd-ldst-one.ll38 %struct.int16x4x4_t = type { [4 x <4 x i16>] }
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-neon-simd-ldst-one.ll38 %struct.int16x4x4_t = type { [4 x <4 x i16>] }
/external/neon_2_sse/
DNEON_2_SSE.h280 struct int16x4x4_t { struct
296 typedef struct int16x4x4_t int16x4x4_t; //for C compilers to make them happy argument
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 …]