/external/libjpeg-turbo/simd/arm/ |
D | jidctint-neon.c | 359 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass1_regular() 364 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass1_regular() 486 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass1_sparse() 491 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass1_sparse() 570 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass2_regular() 575 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass2_regular() 717 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass2_sparse() 722 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass2_sparse()
|
D | jfdctint-neon.c | 91 const int16x4x3_t consts = vld1_s16_x3(jsimd_fdct_islow_neon_consts); in jsimd_fdct_islow_neon() 97 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_fdct_islow_neon()
|
D | jidctred-neon.c | 227 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_4x4_neon_consts); in jsimd_idct_4x4_neon() 233 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_4x4_neon()
|
/external/llvm-project/clang/test/CodeGen/ |
D | arm-neon-vld.c | 279 int16x4x3_t test_vld1_s16_x3(int16_t const *a) { in test_vld1_s16_x3() 1691 void test_vld3_dup_s16(int16x4x3_t *dest, const int16_t *src) { in test_vld3_dup_s16()
|
D | arm-neon-vst.c | 453 void test_vst1_s16_x3(int16_t *a, int16x4x3_t b) { in test_vst1_s16_x3()
|
D | aarch64-neon-ldst-one.c | 2608 int16x4x3_t test_vld3_lane_s16(int16_t *a, int16x4x3_t b) { in test_vld3_lane_s16() 5638 void test_vst3_lane_s16(int16_t *a, int16x4x3_t b) { in test_vst3_lane_s16()
|
D | arm_neon_intrinsics.c | 5313 int16x4x3_t test_vld3_s16(int16_t const * a) { in test_vld3_s16() 5736 int16x4x3_t test_vld3_lane_s16(int16_t const * a, int16x4x3_t b) { in test_vld3_lane_s16() 17380 void test_vst3_s16(int16_t * a, int16x4x3_t b) { in test_vst3_s16() 17917 void test_vst3_lane_s16(int16_t * a, int16x4x3_t b) { in test_vst3_lane_s16()
|
D | aarch64-neon-intrinsics.c | 10084 int16x4x3_t test_vld3_s16(int16_t const *a) { in test_vld3_s16() 12094 void test_vst3_s16(int16_t *a, int16x4x3_t b) { in test_vst3_s16()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1162 int16x4x3_t test_vld3_dup_s16(int16_t *a) { in test_vld3_dup_s16() 3786 int16x4x3_t test_vld3_lane_s16(int16_t *a, int16x4x3_t b) { in test_vld3_lane_s16() 6816 void test_vst3_lane_s16(int16_t *a, int16x4x3_t b) { in test_vst3_lane_s16()
|
D | arm_neon_intrinsics.c | 6174 int16x4x3_t test_vld3_s16(int16_t const * a) { in test_vld3_s16() 6397 int16x4x3_t test_vld3_dup_s16(int16_t const * a) { in test_vld3_dup_s16() 6974 int16x4x3_t test_vld3_lane_s16(int16_t const * a, int16x4x3_t b) { in test_vld3_lane_s16() 19863 void test_vst3_s16(int16_t * a, int16x4x3_t b) { in test_vst3_s16() 20401 void test_vst3_lane_s16(int16_t * a, int16x4x3_t b) { in test_vst3_lane_s16()
|
D | aarch64-neon-intrinsics.c | 10912 int16x4x3_t test_vld3_s16(int16_t const *a) { in test_vld3_s16() 12922 void test_vst3_s16(int16_t *a, int16x4x3_t b) { in test_vst3_s16() 14823 int16x4x3_t test_vld1_s16_x3(int16_t const *a) { in test_vld1_s16_x3() 16729 void test_vst1_s16_x3(int16_t *a, int16x4x3_t b) { in test_vst1_s16_x3()
|
/external/llvm-project/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 128 int16x4x3_t small16, int16x8x3_t big16, in test_ld3st3()
|
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 128 int16x4x3_t small16, int16x8x3_t big16, in test_ld3st3()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 26 %struct.int16x4x3_t = type { [3 x <4 x i16>] }
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 26 %struct.int16x4x3_t = type { [3 x <4 x i16>] }
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 344 struct int16x4x3_t { struct 362 typedef struct int16x4x3_t int16x4x3_t; //for C compilers to make them happy argument 375 typedef struct int16x4x3_t uint16x4x3_t; 379 typedef struct int16x4x3_t poly16x4x3_t; 1365 _NEON2SSESTORAGE int16x4x3_t vld3_s16(__transfersize(12) int16_t const * ptr); // VLD3.16 {d0, d1, … 1412 _NEON2SSESTORAGE int16x4x3_t vld3_dup_s16(__transfersize(3) int16_t const * ptr); // VLD3.16 {d0[],… 1461 _NEON2SSESTORAGE int16x4x3_t vld3_lane_s16(__transfersize(3) int16_t const * ptr, int16x4x3_t src, … 1522 _NEON2SSESTORAGE void vst3_s16(__transfersize(12) int16_t * ptr, int16x4x3_t val); // VST3.16 {d0, … 1580 _NEON2SSESTORAGE void vst3_lane_s16(__transfersize(3) int16_t * ptr, int16x4x3_t val, __constrange(… 10177 _NEON2SSESTORAGE int16x4x3_t vld3_s16(__transfersize(12) int16_t const * ptr); // VLD3.16 {d0, d1, … [all …]
|