Searched refs:poly16x4x4_t (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | arm-neon-vld.c | 185 poly16x4x4_t test_vld1_p16_x4(poly16_t const *a) { in test_vld1_p16_x4() 1857 void test_vld4_dup_p16(poly16x4x4_t *dest, const poly16_t *src) { in test_vld4_dup_p16()
|
D | arm-neon-vst.c | 312 void test_vst1_p16_x4(poly16_t *a, poly16x4x4_t b) { in test_vst1_p16_x4()
|
D | aarch64-neon-ldst-one.c | 4047 poly16x4x4_t test_vld4_lane_p16(poly16_t *a, poly16x4x4_t b) { in test_vld4_lane_p16() 6762 void test_vst4_lane_p16(poly16_t *a, poly16x4x4_t b) { in test_vst4_lane_p16()
|
D | arm_neon_intrinsics.c | 6081 poly16x4x4_t test_vld4_p16(poly16_t const * a) { in test_vld4_p16() 6683 poly16x4x4_t test_vld4_lane_p16(poly16_t const * a, poly16x4x4_t b) { in test_vld4_lane_p16() 18803 void test_vst4_p16(poly16_t * a, poly16x4x4_t b) { in test_vst4_p16() 19388 void test_vst4_lane_p16(poly16_t * a, poly16x4x4_t b) { in test_vst4_lane_p16()
|
D | aarch64-neon-intrinsics.c | 10671 poly16x4x4_t test_vld4_p16(poly16_t const *a) { in test_vld4_p16() 13153 void test_vst4_p16(poly16_t *a, poly16x4x4_t b) { in test_vst4_p16()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1787 poly16x4x4_t test_vld4_dup_p16(poly16_t *a) { in test_vld4_dup_p16() 5225 poly16x4x4_t test_vld4_lane_p16(poly16_t *a, poly16x4x4_t b) { in test_vld4_lane_p16() 7940 void test_vst4_lane_p16(poly16_t *a, poly16x4x4_t b) { in test_vst4_lane_p16()
|
D | arm_neon_intrinsics.c | 7482 poly16x4x4_t test_vld4_p16(poly16_t const * a) { in test_vld4_p16() 7780 poly16x4x4_t test_vld4_dup_p16(poly16_t const * a) { in test_vld4_dup_p16() 8485 poly16x4x4_t test_vld4_lane_p16(poly16_t const * a, poly16x4x4_t b) { in test_vld4_lane_p16() 21288 void test_vst4_p16(poly16_t * a, poly16x4x4_t b) { in test_vst4_p16() 21874 void test_vst4_lane_p16(poly16_t * a, poly16x4x4_t b) { in test_vst4_lane_p16()
|
D | aarch64-neon-intrinsics.c | 11499 poly16x4x4_t test_vld4_p16(poly16_t const *a) { in test_vld4_p16() 13981 void test_vst4_p16(poly16_t *a, poly16x4x4_t b) { in test_vst4_p16() 15439 poly16x4x4_t test_vld1_p16_x4(poly16_t const *a) { in test_vld1_p16_x4() 17881 void test_vst1_p16_x4(poly16_t *a, poly16x4x4_t b) { in test_vst1_p16_x4()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 306 typedef struct int16x4x4_t poly16x4x4_t; typedef 1393 _NEON2SSESTORAGE poly16x4x4_t vld4_p16(__transfersize(16) poly16_t const * ptr); // VLD4.16 {d0, d1… 1430 _NEON2SSESTORAGE poly16x4x4_t vld4_dup_p16(__transfersize(4) poly16_t const * ptr); // VLD4.16 {d0[… 1483 _NEON2SSESTORAGE poly16x4x4_t vld4_lane_p16(__transfersize(4) poly16_t const * ptr, poly16x4x4_t sr… 1550 _NEON2SSESTORAGE void vst4_p16(__transfersize(16) poly16_t * ptr, poly16x4x4_t val); // VST4.16 {d0… 1602 _NEON2SSESTORAGE void vst4_lane_p16(__transfersize(4) poly16_t * ptr, poly16x4x4_t val, __constrang… 10427 _NEON2SSESTORAGE poly16x4x4_t vld4_p16(__transfersize(16) poly16_t const * ptr); // VLD4.16 {d0, d1… 10690 _NEON2SSESTORAGE poly16x4x4_t vld4_dup_p16(__transfersize(4) poly16_t const * ptr); // VLD4.16 {d0[… 11061 _NEON2SSESTORAGE poly16x4x4_t vld4_lane_p16(__transfersize(4) poly16_t const * ptr, poly16x4x4_t sr… 11611 _NEON2SSESTORAGE void vst4_p16(__transfersize(16) poly16_t * ptr, poly16x4x4_t val);// VST4.16 {d0,… [all …]
|