/external/llvm-project/llvm/test/CodeGen/Thumb2/mve-intrinsics/ |
D | vld24.ll | 7 %struct.int8x16x4_t = type { [4 x <16 x i8>] } 151 define arm_aapcs_vfpcc void @test_vst4q_s8(i8* %addr, %struct.int8x16x4_t %value.coerce) { 164 %value.coerce.fca.0.0.extract = extractvalue %struct.int8x16x4_t %value.coerce, 0, 0 165 %value.coerce.fca.0.1.extract = extractvalue %struct.int8x16x4_t %value.coerce, 0, 1 166 %value.coerce.fca.0.2.extract = extractvalue %struct.int8x16x4_t %value.coerce, 0, 2 167 %value.coerce.fca.0.3.extract = extractvalue %struct.int8x16x4_t %value.coerce, 0, 3 175 define arm_aapcs_vfpcc i8* @test_vst4q_s8_post(i8* %addr, %struct.int8x16x4_t %value.coerce) { 188 %value.coerce.fca.0.0.extract = extractvalue %struct.int8x16x4_t %value.coerce, 0, 0 189 %value.coerce.fca.0.1.extract = extractvalue %struct.int8x16x4_t %value.coerce, 0, 1 190 %value.coerce.fca.0.2.extract = extractvalue %struct.int8x16x4_t %value.coerce, 0, 2 [all …]
|
/external/libjpeg-turbo/simd/arm/aarch64/ |
D | jchuff-neon.c | 93 const int8x16x4_t tbl_rows_0123 = in jsimd_huff_encode_one_block_neon() 95 const int8x16x4_t tbl_rows_4567 = in jsimd_huff_encode_one_block_neon() 98 const int8x16x4_t tbl_rows_0123 = { { in jsimd_huff_encode_one_block_neon() 104 const int8x16x4_t tbl_rows_4567 = { { in jsimd_huff_encode_one_block_neon() 113 const int8x16x4_t tbl_rows_2345 = { { in jsimd_huff_encode_one_block_neon()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-tbl.c | 168 int8x8_t test_vqtbl4_s8(int8x16x4_t a, int8x8_t b) { in test_vqtbl4_s8() 247 int8x16_t test_vqtbl4q_s8(int8x16x4_t a, int8x16_t b) { in test_vqtbl4q_s8() 423 int8x8_t test_vqtbx4_s8(int8x8_t a, int8x16x4_t b, int8x8_t c) { in test_vqtbx4_s8() 502 int8x16_t test_vqtbx4q_s8(int8x16_t a, int8x16x4_t b, int8x16_t c) { in test_vqtbx4q_s8()
|
D | arm-aapcs-vfp.c | 102 int8x16_t f0(int8x16x4_t v4) { in f0()
|
D | aarch64-neon-ldst-one.c | 1399 int8x16x4_t test_vld4q_dup_s8(int8_t *a) { in test_vld4q_dup_s8() 4293 int8x16x4_t test_vld4q_lane_s8(int8_t *a, int8x16x4_t b) { in test_vld4q_lane_s8() 7206 void test_vst4q_lane_s8(int8_t *a, int8x16x4_t b) { in test_vst4q_lane_s8()
|
D | aarch64-neon-intrinsics.c | 11125 int8x16x4_t test_vld4q_s8(int8_t const *a) { in test_vld4q_s8() 13282 void test_vst4q_s8(int8_t *a, int8x16x4_t b) { in test_vst4q_s8() 15051 int8x16x4_t test_vld1q_s8_x4(int8_t const *a) { in test_vld1q_s8_x4() 17129 void test_vst1q_s8_x4(int8_t *a, int8x16x4_t b) { in test_vst1q_s8_x4()
|
D | arm_neon_intrinsics.c | 7216 int8x16x4_t test_vld4q_s8(int8_t const * a) { in test_vld4q_s8() 20676 void test_vst4q_s8(int8_t * a, int8x16x4_t b) { in test_vst4q_s8()
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-tbl.c | 168 int8x8_t test_vqtbl4_s8(int8x16x4_t a, uint8x8_t b) { in test_vqtbl4_s8() 247 int8x16_t test_vqtbl4q_s8(int8x16x4_t a, int8x16_t b) { in test_vqtbl4q_s8() 423 int8x8_t test_vqtbx4_s8(int8x8_t a, int8x16x4_t b, uint8x8_t c) { in test_vqtbx4_s8() 502 int8x16_t test_vqtbx4q_s8(int8x16_t a, int8x16x4_t b, int8x16_t c) { in test_vqtbx4q_s8()
|
D | arm-aapcs-vfp.c | 98 int8x16_t f0(int8x16x4_t v4) { in f0()
|
D | arm-neon-vld.c | 1175 int8x16x4_t test_vld1q_s8_x4(int8_t const *a) { in test_vld1q_s8_x4() 2447 void test_vld4q_dup_s8(int8x16x4_t *dest, const int8_t *src) { in test_vld4q_dup_s8()
|
D | arm-neon-vst.c | 1926 void test_vst1q_s8_x4(int8_t *a, int8x16x4_t b) { in test_vst1q_s8_x4()
|
D | aarch64-neon-ldst-one.c | 3115 int8x16x4_t test_vld4q_lane_s8(int8_t *a, int8x16x4_t b) { in test_vld4q_lane_s8() 6028 void test_vst4q_lane_s8(int8_t *a, int8x16x4_t b) { in test_vst4q_lane_s8()
|
D | aarch64-neon-intrinsics.c | 10297 int8x16x4_t test_vld4q_s8(int8_t const *a) { in test_vld4q_s8() 12454 void test_vst4q_s8(int8_t *a, int8x16x4_t b) { in test_vst4q_s8()
|
D | arm_neon_intrinsics.c | 5923 int8x16x4_t test_vld4q_s8(int8_t const * a) { in test_vld4q_s8() 18191 void test_vst4q_s8(int8_t * a, int8x16x4_t b) { in test_vst4q_s8()
|
/external/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/ |
D | vld24.c | 76 void test_vst4q_s8(int8_t *addr, int8x16x4_t value) in test_vst4q_s8()
|
/external/llvm-project/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 173 void test_ld4st4(int8x8x4_t small8, int8x16x4_t big8, in test_ld4st4()
|
/external/clang/test/Sema/ |
D | aarch64-neon-ranges.c | 173 void test_ld4st4(int8x8x4_t small8, int8x16x4_t big8, in test_ld4st4()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_3x3_filter_common.h | 37 inline int8x16_t vqtbl4q_s8(int8x16x4_t a, int8x16_t b) { in vqtbl4q_s8()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 31 %struct.int8x16x4_t = type { [4 x <16 x i8>] }
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 31 %struct.int8x16x4_t = type { [4 x <16 x i8>] }
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 264 struct int8x16x4_t { struct 290 typedef struct int8x16x4_t int8x16x4_t; //for C compilers to make them happy typedef 308 typedef struct int8x16x4_t uint8x16x4_t; 312 typedef struct int8x16x4_t poly8x16x4_t; 1375 _NEON2SSESTORAGE int8x16x4_t vld4q_s8(__transfersize(64) int8_t const * ptr); // VLD4.8 {d0, d2, d4… 1532 _NEON2SSESTORAGE void vst4q_s8_ptr(__transfersize(64) int8_t * ptr, int8x16x4_t * val); // VST4.8 {… 10290 _NEON2SSESTORAGE int8x16x4_t vld4q_s8(__transfersize(64) int8_t const * ptr); // VLD4.8 {d0, d2, d4… 11488 _NEON2SSESTORAGE void vst4q_s8_ptr(__transfersize(64) int8_t * ptr, int8x16x4_t * val);
|