Searched refs:int8x8x4_t (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-neon-tbl.c | 141 int8x8_t test_vtbl4_s8(int8x8x4_t a, int8x8_t b) { in test_vtbl4_s8() 344 int8x8_t test_vtbx4_s8(int8x8_t a, int8x8x4_t b, int8x8_t c) { in test_vtbx4_s8()
|
D | aarch64-neon-ldst-one.c | 1645 int8x8x4_t test_vld4_dup_s8(int8_t *a) { in test_vld4_dup_s8() 4882 int8x8x4_t test_vld4_lane_s8(int8_t *a, int8x8x4_t b) { in test_vld4_lane_s8() 7669 void test_vst4_lane_s8(int8_t *a, int8x8x4_t b) { in test_vst4_lane_s8()
|
D | arm_neon_intrinsics.c | 7378 int8x8x4_t test_vld4_s8(int8_t const * a) { in test_vld4_s8() 7604 int8x8x4_t test_vld4_dup_s8(int8_t const * a) { in test_vld4_dup_s8() 8236 int8x8x4_t test_vld4_lane_s8(int8_t const * a, int8x8x4_t b) { in test_vld4_lane_s8() 21045 void test_vst4_s8(int8_t * a, int8x8x4_t b) { in test_vst4_s8() 21667 void test_vst4_lane_s8(int8_t * a, int8x8x4_t b) { in test_vst4_lane_s8() 22446 int8x8_t test_vtbl4_s8(int8x8x4_t a, int8x8_t b) { in test_vtbl4_s8() 22714 int8x8_t test_vtbx4_s8(int8x8_t a, int8x8x4_t b, int8x8_t c) { in test_vtbx4_s8()
|
D | aarch64-neon-intrinsics.c | 11356 int8x8x4_t test_vld4_s8(int8_t const *a) { in test_vld4_s8() 13710 void test_vst4_s8(int8_t *a, int8x8x4_t b) { in test_vst4_s8() 15297 int8x8x4_t test_vld1_s8_x4(int8_t const *a) { in test_vld1_s8_x4() 17603 void test_vst1_s8_x4(int8_t *a, int8x8x4_t b) { in test_vst1_s8_x4()
|
/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 | 45 int8x8x4_t repacked_data; in vqtbl4q_s8()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 37 %struct.int8x8x4_t = type { [4 x <8 x i8>] }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 37 %struct.int8x8x4_t = type { [4 x <8 x i8>] }
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 277 struct int8x8x4_t { struct 295 typedef struct int8x8x4_t int8x8x4_t; //for C compilers to make them happy typedef 301 typedef struct int8x8x4_t uint8x8x4_t; 305 typedef struct int8x8x4_t poly8x8x4_t; 1386 _NEON2SSESTORAGE int8x8x4_t vld4_s8(__transfersize(32) int8_t const * ptr); // VLD4.8 {d0, d1, d2, … 1423 _NEON2SSESTORAGE int8x8x4_t vld4_dup_s8(__transfersize(4) int8_t const * ptr); // VLD4.8 {d0[], d1[… 1477 _NEON2SSESTORAGE int8x8x4_t vld4_lane_s8(__transfersize(4) int8_t const * ptr, int8x8x4_t src, __co… 1543 _NEON2SSESTORAGE void vst4_s8(__transfersize(32) int8_t * ptr, int8x8x4_t val); // VST4.8 {d0, d1, … 1596 _NEON2SSESTORAGE void vst4_lane_s8(__transfersize(4) int8_t * ptr, int8x8x4_t val, __constrange(0,7… 1832 _NEON2SSESTORAGE int8x8_t vtbx4_s8(int8x8_t a, int8x8x4_t b, int8x8_t c); // VTBX.8 d0, {d0, d1, d2… [all …]
|