Home
last modified time | relevance | path

Searched refs:int16x8x3_t (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
Daarch64-neon-ldst-one.c902 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()
Darm_neon_intrinsics.c6012 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()
Daarch64-neon-intrinsics.c10681 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/
Daarch64-neon-ranges.c128 int16x4x3_t small16, int16x8x3_t big16, in test_ld3st3()
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-simd-ldst-one.ll20 %struct.int16x8x3_t = type { [3 x <8 x i16>] }
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-neon-simd-ldst-one.ll20 %struct.int16x8x3_t = type { [3 x <8 x i16>] }
/external/neon_2_sse/
DNEON_2_SSE.h331 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 …]