Searched refs:int8x16x3_t (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-neon-tbl.c | 112 int8x8_t test_vqtbl3_s8(int8x16x3_t a, int8x8_t b) { in test_vqtbl3_s8() 220 int8x16_t test_vqtbl3q_s8(int8x16x3_t a, int8x16_t b) { in test_vqtbl3q_s8() 396 int8x8_t test_vqtbx3_s8(int8x8_t a, int8x16x3_t b, int8x8_t c) { in test_vqtbx3_s8() 475 int8x16_t test_vqtbx3q_s8(int8x16_t a, int8x16x3_t b, int8x16_t c) { in test_vqtbx3q_s8()
|
D | aarch64-neon-ldst-one.c | 883 int8x16x3_t test_vld3q_dup_s8(int8_t *a) { in test_vld3q_dup_s8() 2238 int8x16x3_t test_vld3q_lane_s8(int8_t const * ptr, int8x16x3_t src) { in test_vld3q_lane_s8() 6387 void test_vst3q_lane_s8(int8_t *a, int8x16x3_t b) { in test_vst3q_lane_s8()
|
D | aarch64-neon-intrinsics.c | 10663 int8x16x3_t test_vld3q_s8(int8_t const *a) { in test_vld3q_s8() 12523 void test_vst3q_s8(int8_t *a, int8x16x3_t b) { in test_vst3q_s8() 14559 int8x16x3_t test_vld1q_s8_x3(int8_t const *a) { in test_vld1q_s8_x3() 16288 void test_vst1q_s8_x3(int8_t *a, int8x16x3_t b) { in test_vst1q_s8_x3()
|
D | arm_neon_intrinsics.c | 5997 int8x16x3_t test_vld3q_s8(int8_t const * a) { in test_vld3q_s8() 19512 void test_vst3q_s8(int8_t * a, int8x16x3_t b) { in test_vst3q_s8()
|
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 127 void test_ld3st3(int8x8x3_t small8, int8x16x3_t big8, in test_ld3st3()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 19 %struct.int8x16x3_t = type { [3 x <16 x i8>] }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 19 %struct.int8x16x3_t = type { [3 x <16 x i8>] }
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 340 struct int8x16x3_t { struct 359 typedef struct int8x16x3_t int8x16x3_t; //for C compilers to make them happy typedef 368 typedef struct int8x16x3_t uint8x16x3_t; 372 typedef struct int8x16x3_t poly8x16x3_t; 1353 _NEON2SSESTORAGE int8x16x3_t vld3q_s8(__transfersize(48) int8_t const * ptr); // VLD3.8 {d0, d2, d4… 1510 _NEON2SSESTORAGE void vst3q_s8_ptr(__transfersize(48) int8_t * ptr, int8x16x3_t * val); // VST3.8 {… 10038 _NEON2SSESTORAGE int8x16x3_t vld3q_s8(__transfersize(48) int8_t const * ptr); // VLD3.8 {d0, d2, d4… 11287 _NEON2SSESTORAGE void vst3q_s8_ptr(__transfersize(48) int8_t * ptr, int8x16x3_t * val);
|