Searched refs:int8x16x4_t (Results 1 – 10 of 10) sorted by relevance
/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/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/swiftshader/third_party/llvm-7.0/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);
|