Home
last modified time | relevance | path

Searched refs:int8x8x3_t (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
Daarch64-neon-tbl.c88 int8x8_t test_vtbl3_s8(int8x8x3_t a, int8x8_t b) { in test_vtbl3_s8()
315 int8x8_t test_vtbx3_s8(int8x8_t a, int8x8x3_t b, int8x8_t c) { in test_vtbx3_s8()
Daarch64-neon-ldst-one.c1143 int8x8x3_t test_vld3_dup_s8(int8_t *a) { in test_vld3_dup_s8()
3747 int8x8x3_t test_vld3_lane_s8(int8_t *a, int8x8x3_t b) { in test_vld3_lane_s8()
6786 void test_vst3_lane_s8(int8_t *a, int8x8x3_t b) { in test_vst3_lane_s8()
Darm_neon_intrinsics.c6159 int8x8x3_t test_vld3_s8(int8_t const * a) { in test_vld3_s8()
6373 int8x8x3_t test_vld3_dup_s8(int8_t const * a) { in test_vld3_dup_s8()
6936 int8x8x3_t test_vld3_lane_s8(int8_t const * a, int8x8x3_t b) { in test_vld3_lane_s8()
19832 void test_vst3_s8(int8_t * a, int8x8x3_t b) { in test_vst3_s8()
20370 void test_vst3_lane_s8(int8_t * a, int8x8x3_t b) { in test_vst3_lane_s8()
22358 int8x8_t test_vtbl3_s8(int8x8x3_t a, int8x8_t b) { in test_vtbl3_s8()
22626 int8x8_t test_vtbx3_s8(int8x8_t a, int8x8x3_t b, int8x8_t c) { in test_vtbx3_s8()
Daarch64-neon-intrinsics.c10894 int8x8x3_t test_vld3_s8(int8_t const *a) { in test_vld3_s8()
12892 void test_vst3_s8(int8_t *a, int8x8x3_t b) { in test_vst3_s8()
14805 int8x8x3_t test_vld1_s8_x3(int8_t const *a) { in test_vld1_s8_x3()
16698 void test_vst1_s8_x3(int8_t *a, int8x8x3_t b) { in test_vst1_s8_x3()
/external/clang/test/Sema/
Daarch64-neon-ranges.c127 void test_ld3st3(int8x8x3_t small8, int8x16x3_t big8, in test_ld3st3()
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-simd-ldst-one.ll25 %struct.int8x8x3_t = type { [3 x <8 x i8>] }
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-neon-simd-ldst-one.ll25 %struct.int8x8x3_t = type { [3 x <8 x i8>] }
/external/neon_2_sse/
DNEON_2_SSE.h353 struct int8x8x3_t { struct
361 typedef struct int8x8x3_t int8x8x3_t; //for C compilers to make them happy argument
374 typedef struct int8x8x3_t uint8x8x3_t;
378 typedef struct int8x8x3_t poly8x8x3_t;
1364 _NEON2SSESTORAGE int8x8x3_t vld3_s8(__transfersize(24) int8_t const * ptr); // VLD3.8 {d0, d1, d2},…
1411 _NEON2SSESTORAGE int8x8x3_t vld3_dup_s8(__transfersize(3) int8_t const * ptr); // VLD3.8 {d0[], d1[…
1460 _NEON2SSESTORAGE int8x8x3_t vld3_lane_s8(__transfersize(3) int8_t const * ptr, int8x8x3_t src, __co…
1521 _NEON2SSESTORAGE void vst3_s8(__transfersize(24) int8_t * ptr, int8x8x3_t val); // VST3.8 {d0, d1, …
1579 _NEON2SSESTORAGE void vst3_lane_s8(__transfersize(3) int8_t * ptr, int8x8x3_t val, __constrange(0,7…
1829 _NEON2SSESTORAGE int8x8_t vtbx3_s8(int8x8_t a, int8x8x3_t b, int8x8_t c); // VTBX.8 d0, {d0, d1, d2…
[all …]