Searched refs:int16x8x3_t (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 902 int16x8x3_t test_vld3q_dup_s16(int16_t *a) { in test_vld3q_dup_s16() 3261 int16x8x3_t test_vld3q_lane_s16(int16_t *a, int16x8x3_t b) { in test_vld3q_lane_s16() 6417 void test_vst3q_lane_s16(int16_t *a, int16x8x3_t b) { in test_vst3q_lane_s16()
|
D | arm_neon_intrinsics.c | 6012 int16x8x3_t test_vld3q_s16(int16_t const * a) { in test_vld3q_s16() 6646 int16x8x3_t test_vld3q_lane_s16(int16_t const * a, int16x8x3_t b) { in test_vld3q_lane_s16() 19543 void test_vst3q_s16(int16_t * a, int16x8x3_t b) { in test_vst3q_s16() 20136 void test_vst3q_lane_s16(int16_t * a, int16x8x3_t b) { in test_vst3q_lane_s16()
|
D | aarch64-neon-intrinsics.c | 10681 int16x8x3_t test_vld3q_s16(int16_t const *a) { in test_vld3q_s16() 12553 void test_vst3q_s16(int16_t *a, int16x8x3_t b) { in test_vst3q_s16() 14577 int16x8x3_t test_vld1q_s16_x3(int16_t const *a) { in test_vld1q_s16_x3() 16319 void test_vst1q_s16_x3(int16_t *a, int16x8x3_t b) { in test_vst1q_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 | 20 %struct.int16x8x3_t = type { [3 x <8 x i16>] }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 20 %struct.int16x8x3_t = type { [3 x <8 x i16>] }
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 331 struct int16x8x3_t { struct 356 typedef struct int16x8x3_t int16x8x3_t; //for C compilers to make them happy typedef 369 typedef struct int16x8x3_t uint16x8x3_t; 373 typedef struct int16x8x3_t poly16x8x3_t; 1354 _NEON2SSESTORAGE int16x8x3_t vld3q_s16(__transfersize(24) int16_t const * ptr); // VLD3.16 {d0, d2,… 1452 _NEON2SSESTORAGE int16x8x3_t vld3q_lane_s16_ptr(__transfersize(3) int16_t const * ptr, int16x8x3_t … 1511 _NEON2SSESTORAGE void vst3q_s16_ptr(__transfersize(24) int16_t * ptr, int16x8x3_t * val); // VST3.1… 1571 _NEON2SSESTORAGE void vst3q_lane_s16_ptr(__transfersize(3) int16_t * ptr, int16x8x3_t * val, __cons… 10041 _NEON2SSESTORAGE int16x8x3_t vld3q_s16(__transfersize(24) int16_t const * ptr); // VLD3.16 {d0, d2,… 10844 _NEON2SSE_INLINE int16x8x3_t vld3q_lane_s16_ptr(__transfersize(3) int16_t const * ptr, int16x8x3_t*… [all …]
|