Home
last modified time | relevance | path

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

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