Searched refs:int16x4x3_t (Results 1 – 7 of 7) sorted by relevance
/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/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/swiftshader/third_party/llvm-7.0/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 …]
|